the mpi publication, finally!
[lectures/latex.git] / solid_state_physics / tutorial / Makefile
index 11c00c5..8b4e666 100644 (file)
@@ -2,7 +2,7 @@
 LATEX = latex
 DVIPDF = dvipdf
 
-SRC := $(shell ls *.tex)
+SRC := $(shell ls [12]_0*.tex)
 PDF = $(SRC:%.tex=%.pdf)
 
 all: $(PDF)