diff options
| author | Richard M. Stallman | 1994-09-23 05:42:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-23 05:42:40 +0000 |
| commit | 5aae660113ea1af9bfcb08c28a6fc694262f2bca (patch) | |
| tree | d837b0e851e9cba1ea02909e755be4b0414168b8 /lib-src | |
| parent | f1c16f36b3cdae08e9d2fd75026479151517cfcc (diff) | |
| download | emacs-5aae660113ea1af9bfcb08c28a6fc694262f2bca.tar.gz emacs-5aae660113ea1af9bfcb08c28a6fc694262f2bca.zip | |
(UTILITIES): Remove test-distrib, make-docfile, make-path.
(DONT_INSTALL): New variable--list those files here.
(clean): Delete the files in DONT_INSTALL.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 | |||
| 89 | 89 | ||
| 90 | # Things that Emacs runs internally, or during the build process, | 90 | # Things that Emacs runs internally, or during the build process, |
| 91 | # which should not be installed in bindir. | 91 | # which should not be installed in bindir. |
| 92 | UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ | 92 | UTILITIES= wakeup profile digest-doc \ |
| 93 | sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer | 93 | sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer |
| 94 | 94 | ||
| 95 | DONT_INSTALL= test-distrib make-docfile make-path | ||
| 96 | |||
| 95 | # Like UTILITIES, but they're not system-dependent, and should not be | 97 | # Like UTILITIES, but they're not system-dependent, and should not be |
| 96 | # deleted by the distclean target. | 98 | # deleted by the distclean target. |
| 97 | SCRIPTS= rcs2log vcdiff | 99 | SCRIPTS= rcs2log vcdiff |
| @@ -229,7 +231,7 @@ mostlyclean: | |||
| 229 | -rm -f core *.o | 231 | -rm -f core *.o |
| 230 | 232 | ||
| 231 | clean: mostlyclean | 233 | clean: mostlyclean |
| 232 | -rm -f ${INSTALLABLES} ${UTILITIES} | 234 | -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} |
| 233 | 235 | ||
| 234 | distclean: clean | 236 | distclean: clean |
| 235 | -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS | 237 | -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS |