Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

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
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
08e8ee7f76
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +0
    -1
      package/jimmy/ne/ne.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -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)

+ 0
- 1
package/jimmy/ne/ne.conf

@ -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

Loading…
Cancel
Save