]> code.communitydata.science - cdsc_tex.git/commitdiff
updated makefile to not hardcode the file name
authorBenjamin Mako Hill <mako@atdot.cc>
Thu, 27 Mar 2014 03:13:40 +0000 (20:13 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Thu, 27 Mar 2014 03:13:40 +0000 (20:13 -0700)
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: 

Community Data Science Collective || Want to submit a patch?