Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 38:1a767b41a199 r19-15b102
Import from CVS: tag r19-15b102
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:01 +0200 |
parents | c53a95d3c46d |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
37:ad40ac360d14 | 38:1a767b41a199 |
---|---|
153 echo Gnus done. | 153 echo Gnus done. |
154 | 154 |
155 # and gee w3 has its own makefile as well | 155 # and gee w3 has its own makefile as well |
156 # (no especial need to use it, though) | 156 # (no especial need to use it, though) |
157 echo Compiling W3... | 157 echo Compiling W3... |
158 ( cd lisp/w3 ; ${MAKE:-make} EMACS=$REAL ) | 158 ( cd lisp/w3 ; ${MAKE:-make} EMACS=$REAL xemacs-w3 ) |
159 echo W3 done. | 159 echo W3 done. |
160 | 160 |
161 # Hyperbole has to be different as well. What is it with these big packages? | 161 # Hyperbole has to be different as well. What is it with these big packages? |
162 echo Compiling Hyperbole... | 162 echo Compiling Hyperbole... |
163 ( cd lisp/hyperbole ; ${MAKE:-make} EMACS=$REAL elc ) | 163 ( cd lisp/hyperbole ; ${MAKE:-make} EMACS=$REAL elc ) |