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 11c00c5..794214d 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)