From 6590f3db1080e755934bee2c95b70c6997402ff0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 1 Oct 2007 13:47:25 +0000 Subject: doc/Makefile.am: ship sequence.pic in tarballs, and use a more conventional way to ship make-call.pic 20071001134725-53eee-6e463fe22ab3366e41ce186b7cd17850a8df3f41.gz --- doc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3