1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(mostlyclean, clean, distclean, maintainer-clean): Add *.dvi and *.log.

(SOURCES): Update the list of files.
This commit is contained in:
Eli Zaretskii 2001-11-10 10:45:47 +00:00
parent 52901be145
commit 1b23afd5d1
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile (mostlyclean, clean, distclean, maintainer-clean):
Add *.dvi and *.log.
(SOURCES): Update the list of files.
* calccard.tex: New file.
* calccard.ps: New file.
2001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
* etags.1: Replace presentation-level troff macros that simulate

View File

@ -7,14 +7,13 @@ MANEXT=1
all:
mostlyclean:
-rm -f core
-rm -f core *.dvi *.log
clean distclean maintainer-clean:
-rm -f DOC* core
-rm -f DOC* core *.dvi *.log
SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
vcdiff vipcard.tex xmouse.doc
spook-lines tasks.texi termcap.* ulimit.hack *.tex
unlock:
chmod u+w $(SOURCES)