diff lib-src/update-elc.sh @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 0293115a14e9
children 4103f0995bd7
line wrap: on
line diff
--- a/lib-src/update-elc.sh	Mon Aug 13 08:50:06 2007 +0200
+++ b/lib-src/update-elc.sh	Mon Aug 13 08:50:29 2007 +0200
@@ -101,6 +101,7 @@
 \!/energize/write-file.el$!d
 \!/eos/!d
 \!/gnus/!d
+\!/efs/!d
 \!/ilisp/!d
 \!/paths.el$!d
 \!/prim/loadup.el$!d
@@ -142,6 +143,12 @@
   echo Viper done.
 fi
 
+if [ -d lisp/efs ]; then
+  echo Compiling efs...
+  ( cd lisp/efs ; make EMACS=$REAL )
+  echo efs done.
+fi
+
 # Gnus now has a makefile...
 echo Compiling Gnus...
 ( cd lisp/gnus ; make EMACS=$REAL some )