Generate pdfs with makefile.
authorFlorian Pose <fp@igh-essen.com>
Fri, 04 Jul 2008 11:28:33 +0000
changeset 1089 7af3a96eca73
parent 1088 0b10147d266b
child 1090 ee122eadda7f
Generate pdfs with makefile.
documentation/images/Makefile
documentation/images/architecture.pdf
documentation/images/fmmus.pdf
documentation/images/fsm-change.pdf
documentation/images/fsm-coedown.pdf
documentation/images/fsm-eoe.pdf
documentation/images/fsm-idle.pdf
documentation/images/fsm-op.pdf
documentation/images/fsm-sii.pdf
documentation/images/fsm-slaveconf.pdf
documentation/images/fsm-slavescan.pdf
documentation/images/interrupt.pdf
documentation/images/master-locks.pdf
documentation/images/masters.pdf
documentation/images/phases.pdf
documentation/images/statetrans.pdf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/documentation/images/Makefile	Fri Jul 04 11:28:33 2008 +0000
@@ -0,0 +1,34 @@
+#-----------------------------------------------------------------------------
+#
+# $Id$
+#
+#-----------------------------------------------------------------------------
+
+FIGS := \
+	architecture.fig \
+	fmmus.fig \
+	fsm-change.fig \
+	fsm-coedown.fig \
+	fsm-eoe.fig \
+	fsm-idle.fig \
+	fsm-op.fig \
+	fsm-sii.fig \
+	fsm-slaveconf.fig \
+	fsm-slavescan.fig \
+	interrupt.fig \
+	master-locks.fig \
+	masters.fig \
+	phases.fig \
+	statetrans.fig
+
+PDFS = $(FIGS:.fig=.pdf)
+
+all: $(PDFS)
+
+%.pdf: %.fig
+	fig2dev -L pdf -z A4 -p xxx -c $< $@	
+
+clean:
+	@rm -rv $(PDFS)
+
+#-----------------------------------------------------------------------------
Binary file documentation/images/architecture.pdf has changed
Binary file documentation/images/fmmus.pdf has changed
Binary file documentation/images/fsm-change.pdf has changed
Binary file documentation/images/fsm-coedown.pdf has changed
Binary file documentation/images/fsm-eoe.pdf has changed
Binary file documentation/images/fsm-idle.pdf has changed
Binary file documentation/images/fsm-op.pdf has changed
Binary file documentation/images/fsm-sii.pdf has changed
Binary file documentation/images/fsm-slaveconf.pdf has changed
Binary file documentation/images/fsm-slavescan.pdf has changed
Binary file documentation/images/interrupt.pdf has changed
Binary file documentation/images/master-locks.pdf has changed
Binary file documentation/images/masters.pdf has changed
Binary file documentation/images/phases.pdf has changed
Binary file documentation/images/statetrans.pdf has changed