Penguin
Diff: LatexMakefiles
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 10 Last edited on Tuesday, March 8, 2005 7:41:43 am by KristjanOnu Revert
Older page: version 9 Last edited on Monday, July 19, 2004 2:48:39 pm by JohnMcPherson Revert
@@ -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 $*