Generate pdfs with makefile.

This commit is contained in:
Florian Pose
2008-07-04 11:28:33 +00:00
parent f7d4de4879
commit 431eda8d39
16 changed files with 34 additions and 0 deletions
+34
View File
@@ -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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.