Skip to content
Snippets Groups Projects
Commit 58555a17 authored by toy's avatar toy
Browse files

Don't delete the log file.

parent 897548b5
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@ all: cmu-user.ps
if [ "$<" = "cmu-user.tex" ]; then $(MAKE) index; else $(MAKE) index-letter; fi
$(LATEX) $<
rm $*.log
%.pdf : %.tex $(FILES)
$(PDFLATEX) $<
......@@ -67,7 +66,6 @@ all: cmu-user.ps
done
if [ "$<" = "cmu-user.tex" ]; then $(MAKE) index; else $(MAKE) index-letter; fi
$(PDFLATEX) $<
rm $*.log
# the "-fix" option to hevea makes it run as many times as necessary
# to resolve all cross-references and generate an index.
......
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