updated makefile to not hardcode the file name
[latex_mako] / paper_template / Makefile
index e78e0f4c877c6419d17f2e34672088f85c80a23b..29384c853eac5697281da5c916d5ad59b9474b90 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/make
 
-#all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
-all: project_description.pdf references.pdf
+all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
 pdf: all
 
 refs-processed.bib: 

Benjamin Mako Hill || Want to submit a patch?