Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 4103f0995bd7 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
25:383a494979f8 | 26:441bb1e64a06 |
---|---|
182 ( cd lisp/ilisp ; make elc -f Makefile EMACS=$REAL ) | 182 ( cd lisp/ilisp ; make elc -f Makefile EMACS=$REAL ) |
183 echo Ilisp done. | 183 echo Ilisp done. |
184 | 184 |
185 # AUC TeX requires special treatment | 185 # AUC TeX requires special treatment |
186 echo Compiling AUC TeX... | 186 echo Compiling AUC TeX... |
187 ( cd lisp/auctex ; make -f Makefile EMACS=$REAL ) | 187 ( cd lisp/auctex ; make some -f Makefile EMACS=$REAL ) |
188 echo AUC TeX done. | 188 echo AUC TeX done. |
189 | 189 |
190 # | 190 # |
191 # Now get the files whose .el is newer than .elc | 191 # Now get the files whose .el is newer than .elc |
192 # | 192 # |