summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-01 13:47:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-01 13:47:25 +0000
commit6590f3db1080e755934bee2c95b70c6997402ff0 (patch)
tree8468d22079e3d33faa1df5e5ef1997211d96308d /doc
parent34903dfb68b4acb3d4ec0dc4070feb57e7ad2c84 (diff)
doc/Makefile.am: ship sequence.pic in tarballs, and use a more conventional way to ship make-call.pic
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4289abe..e4797d2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,5 @@
CLEANFILES =
+EXTRA_DIST = make-call.pic sequence.pic
if MAKE_SEQ_DIAS
@@ -7,8 +8,6 @@ SEQ_DIA_PNGS = $(patsubst %.pic,%.png,$(SEQ_DIA_PICS))
CLEANFILES += $(SEQ_DIA_FILES)
all-local: $(SEQ_DIA_PNGS)
-dist-hook-local:
- -cp $(srcdir)/$(SEQ_DIA_PICS) $(distdir)/
%.png: %.pic sequence.pic
set -o pipefail; $(PIC2PLOT) -Tps --font-name AvantGarde-Book $< | $(CONVERT) -density 112 - $@ ; rm .sequence.temp