]> hackdaworld.org Git - lectures/latex.git/blobdiff - solid_state_physics/tutorial/Makefile
more dpg talk + changed Makefile
[lectures/latex.git] / 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)