Makefile
changeset 1 a9c30a9d07e4
child 3 40a385bb9b7e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Fri May 02 13:01:50 2014 +0200
@@ -0,0 +1,16 @@
+IMAGES = procs.pdf
+ALL = mk2014.pdf
+
+all:		$(ALL)
+mk2014.pdf:	$(IMAGES)
+
+%.pdf:	%.tex
+	rubber -d $<
+
+%.pdf:	%.dia
+	dia --export $@ $<
+
+#procs-%.pdf:	procs.dia
+#	for p in 0 1 2 3; do \
+#		dia --export procs-$$p.pdf --show-layers $$p $<; \
+#	done