Skip to content
Snippets Groups Projects
Commit 2e9d5018 authored by dtc's avatar dtc
Browse files

Update the clean target to exit cleanly.

parent e35824a7
No related branches found
No related tags found
No related merge requests found
RM=rm
RMDIR=rmdir
CP=cp
LATEX=latex LATEX=latex
PDFLATEX=pdflatex PDFLATEX=pdflatex
DVIPS=dvips DVIPS=dvips
DVIPSRES=1200 DVIPSRES=1200
DVIPSOPTS=-t a4 -D $(DVIPSRES) DVIPSOPTS=-t a4 -D $(DVIPSRES)
RM=rm RM=rm
RMDIR=rmdir
CP=cp CP=cp
MV=mv MV=mv
...@@ -61,9 +57,8 @@ html : $(MASTERFILE).dvi $(FILES) $(FIGURES) ...@@ -61,9 +57,8 @@ html : $(MASTERFILE).dvi $(FILES) $(FIGURES)
-split $(HTML_SPLIT_LEVEL) -transparent -white $(MASTERFILE).tex -split $(HTML_SPLIT_LEVEL) -transparent -white $(MASTERFILE).tex
clean distclean cvsclean : clean distclean cvsclean :
-$(RM) *.log *.toc *.aux *.dvi *~ *.bak *.ps *.pdf core *.eps -$(RM) -f *.log *.toc *.aux *.dvi *~ *.bak *.ps *.pdf core *.eps
-$(RM) design/* -$(RM) -rf design
-$(RMDIR) design
.PHONY : allformats .PHONY : allformats
allformats: $(FILES) $(FIGURES) allformats: $(FILES) $(FIGURES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment