]> hackdaworld.org Git - lectures/latex.git/commitdiff
modified Makefile to only compile tutorial tex files
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Tue, 22 Jan 2008 10:43:13 +0000 (11:43 +0100)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Tue, 22 Jan 2008 10:43:13 +0000 (11:43 +0100)
solid_state_physics/tutorial/Makefile

index 11c00c5cf9263000a7089a0b1994b548ff00d6bd..794214d9412034749fc9a8e22c6ddb099d3dcbcf 100644 (file)
@@ -2,7 +2,7 @@
 LATEX = latex
 DVIPDF = dvipdf
 
-SRC := $(shell ls *.tex)
+SRC := $(shell ls 1_0*.tex)
 PDF = $(SRC:%.tex=%.pdf)
 
 all: $(PDF)