diff lib-src/update-elc.sh @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 8fc7fe29b841
children 441bb1e64a06
line wrap: on
line diff
--- a/lib-src/update-elc.sh	Mon Aug 13 08:50:31 2007 +0200
+++ b/lib-src/update-elc.sh	Mon Aug 13 08:51:03 2007 +0200
@@ -96,7 +96,6 @@
 comm -23 $tmp1 $tmp2 | sed '
 \!/,!d
 \!/edebug/edebug-test.el$!d
-\!/emulators/edt.el$!d
 \!/energize/energize-load.el$!d
 \!/energize/write-file.el$!d
 \!/eos/!d
@@ -115,6 +114,7 @@
 \!/vm/!d
 \!/w3/!d
 \!/hyperbole/!d
+\!/auctex/!d
 \!/oobr/!d
 \!/egg/!d
 \!/its/!d
@@ -182,6 +182,11 @@
 ( cd lisp/ilisp ; make elc -f Makefile EMACS=$REAL )
 echo Ilisp done.
 
+# AUC TeX requires special treatment
+echo Compiling AUC TeX...
+( cd lisp/auctex ; make -f Makefile EMACS=$REAL )
+echo AUC TeX done.
+
 #
 # Now get the files whose .el is newer than .elc
 #