Makefile
changeset 1 a9c30a9d07e4
child 3 40a385bb9b7e
equal deleted inserted replaced
0:97c6afdbae1f 1:a9c30a9d07e4
       
     1 IMAGES = procs.pdf
       
     2 ALL = mk2014.pdf
       
     3 
       
     4 all:		$(ALL)
       
     5 mk2014.pdf:	$(IMAGES)
       
     6 
       
     7 %.pdf:	%.tex
       
     8 	rubber -d $<
       
     9 
       
    10 %.pdf:	%.dia
       
    11 	dia --export $@ $<
       
    12 
       
    13 #procs-%.pdf:	procs.dia
       
    14 #	for p in 0 1 2 3; do \
       
    15 #		dia --export procs-$$p.pdf --show-layers $$p $<; \
       
    16 #	done