Penguin
Diff: LatexMakefiles
EditPageHistoryDiffInfoLikePages

Differences between version 12 and predecessor to the previous major change of LatexMakefiles.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 12 Last edited on Sunday, April 2, 2006 2:12:23 pm by GlynWebster Revert
Older page: version 9 Last edited on Monday, July 19, 2004 2:48:39 pm by JohnMcPherson Revert
@@ -30,9 +30,9 @@
  $(LATEX) $(LATEX_ARGS) $(TEX) 
  @mv $(TEX).dvi $(TARGET).dvi 
  
 clean: 
- rm *.toc *.aux *.pdf *.ps *.eps *.log *.tex *.lof *.bib *.bbl *.blg *.dvi 
+ rm *.toc *.aux *.pdf *.ps *.eps *.log *.lof *.bib *.bbl *.blg *.dvi 
  
 debug: 
  latex $(TEX) 
  
@@ -62,9 +62,9 @@
 <verbatim> 
 TARGET=proposal 
  
 # make pdf by default 
-all: proposal .pdf 
+all: ${TARGET} .pdf 
  
 # it doesn't really need the .dvi, but this way all the refs are right 
 %.pdf : %.dvi 
  pdflatex $* 
@@ -185,10 +185,10 @@
 dvishow: $(TARGET).dvi 
  xdvi work/$(TARGET).dvi 
  
 clean: 
- @rm report .pdf 2>/dev/null; true  
- @rm report .ps 2>/dev/null; true 
+ @rm $(TARGET) .pdf 2>/dev/null; true  
+ @rm $(TARGET) .ps 2>/dev/null; true 
  $(MAKE) -C work clean 
  $(MAKE) -C images clean 
  
 wordcount: