Penguin
Diff: LatexMakefiles
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 11 Last edited on Sunday, May 1, 2005 6:49:47 am by WildernessChild 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 $*