Don't copy doc to $docdir. As with bash and readline, the auto-doc-copy (can you beleive it?) does it better. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1499 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -7,6 +7,7 @@
updated xmms
some explicit --enable-shared --disable-static overwrites
tiny cleanups / fixes
ne documentation copy fix
- removed alsa-xmms (since xmms now includes a ALSA plugin)
*) 2003-09-24 (2.0.0-rc1 - 2.0.0-rc2)
@ -28,7 +28,6 @@ ne_main() {
install -m 755 -o root -g root src/ne $bindir
install -m 644 -o root -g root doc/ne.info* $infodir
install -m 644 -o root -g root doc/ne.1 $mandir/man1
install -m 644 -o root -g root doc/{default.*,ne*.html,ne.txt} $docdir
}
custmain=ne_main