summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a22be8e..677d219 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,6 +9,9 @@ CLEANFILES += $(SEQ_DIA_PNGS) log.sh test
all-local: $(SEQ_DIA_PNGS)
+# pic2plot wants sequence.pic in the build dir, so use a hack - copy it in
%.png: %.pic sequence.pic
+ cp $(srcdir)/sequence.pic .
set -o pipefail; $(PIC2PLOT) -Tps --font-name AvantGarde-Book $< | $(CONVERT) -density 112 - $@ ; rm .sequence.temp
+ rm -f sequence.pic
endif