Browse Source

some more cleanups ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1797 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
6d1f5642e8
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      package/rene/auctex/auctex.conf

+ 1
- 4
package/rene/auctex/auctex.conf

@ -23,10 +23,7 @@
auctex_main()
{
eval $MAKE EMACS=xemacs
eval $MAKE lispdir=/usr/lib/xemacs/xemacs-packages/lisp install
echo "copy some documentation ..."
cp -v doc/* $docdir
eval $MAKE lispdir=$root/$prefix/lib/xemacs/xemacs-packages/lisp install
}
custmain="auctex_main"

Loading…
Cancel
Save