From: hackbard Date: Tue, 22 Jan 2008 10:43:13 +0000 (+0100) Subject: modified Makefile to only compile tutorial tex files X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=b8f9e7b58f2996013b5430ee8d482ab02a4565a4 modified Makefile to only compile tutorial tex files --- diff --git a/solid_state_physics/tutorial/Makefile b/solid_state_physics/tutorial/Makefile index 11c00c5..794214d 100644 --- a/solid_state_physics/tutorial/Makefile +++ b/solid_state_physics/tutorial/Makefile @@ -2,7 +2,7 @@ LATEX = latex DVIPDF = dvipdf -SRC := $(shell ls *.tex) +SRC := $(shell ls 1_0*.tex) PDF = $(SRC:%.tex=%.pdf) all: $(PDF)