From: Richard M. Stallman Date: Fri, 23 Sep 1994 05:42:40 +0000 (+0000) Subject: (UTILITIES): Remove test-distrib, make-docfile, make-path. X-Git-Tag: emacs-19.34~6839 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5aae660113ea1af9bfcb08c28a6fc694262f2bca;p=emacs.git (UTILITIES): Remove test-distrib, make-docfile, make-path. (DONT_INSTALL): New variable--list those files here. (clean): Delete the files in DONT_INSTALL. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 9ae70ceeb6b..d25a7a4161f 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -89,9 +89,11 @@ INSTALLABLE_SCRIPTS = rcs-checkin # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. -UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ +UTILITIES= wakeup profile digest-doc \ sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer +DONT_INSTALL= test-distrib make-docfile make-path + # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. SCRIPTS= rcs2log vcdiff @@ -229,7 +231,7 @@ mostlyclean: -rm -f core *.o clean: mostlyclean - -rm -f ${INSTALLABLES} ${UTILITIES} + -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} distclean: clean -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS