Mercurial > hg > xemacs-beta
diff Makefile.in @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | e121b013d1f0 |
children | f53b5ca2e663 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 09:54:24 2007 +0200 +++ b/Makefile.in Mon Aug 13 09:55:28 2007 +0200 @@ -226,7 +226,7 @@ .SUFFIXES: .NO_PARALLEL: ${GENERATED_HEADERS} ${MAKE_SUBDIR} dump-elcs -.PHONY: ${SUBDIR} all beta all-elc all-elcs dump-elc dump-elcs autoloads +.PHONY: ${SUBDIR} all beta all-elc all-elcs dump-elc dump-elcs autoloads finder ## Convenience target for XEmacs beta testers beta: clean all-elc @@ -248,6 +248,11 @@ autoloads: src MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-autoloads.sh +finder: src + @(cd lisp/utils; \ + ../../src/xemacs -batch -q -no-site-file \ + -l finder -f finder-compile-keywords ) + ## We force the rebuilding of src/paths.h because the user might give ## different values for the various directories. Since we use ## move-if-change, src/paths.h only actually changes if the user did @@ -424,12 +429,12 @@ @echo "If you would like to save approximately 15M of disk space, do" @echo "make gzip-el" @echo "or you may run " - @echo lib-src/gzip-el.sh lispdir " from the command line." + @echo ${srcdir}/lib-src/gzip-el.sh lispdir " from the command line." @echo "Where lispdir is where the lisp files were installed, i.e.," @echo "${lispdir}" gzip-el: - lib-src/gzip-el.sh ${lispdir} + ${srcdir}/lib-src/gzip-el.sh ${lispdir} MAKEPATH=./lib-src/make-path ## Build all the directories to install XEmacs in.