Generate pdfs with makefile.
--- /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