From ca643f3cfdd3bc73d37c7f37113bce6d24ae9f38 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 11 Mar 2018 14:36:28 +0100 Subject: fix doc makefile (can't use pattern rules for extra deps) --- doc/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 76483996..41dd5e83 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,9 +8,13 @@ manual.html: arch.png manual.texi %.pdf: %.dot dot -Tpdf $< > $@ -merchant-api-%.%: merchant-api.content.texi -merchant-api-%.pdf: arch-api.pdf -html-local: arch-api.png +clean-local: + -rm -f arch.png arch.pdf arch-api.png arch-api.pdf + +merchant-api-curl.pdf: merchant-api.content.texi arch-api.pdf +merchant-api-python.pdf: merchant-api.content.texi arch-api.pdf +merchant-api-curl.html: merchant-api.content.texi arch-api.png +merchant-api-python.html: merchant-api.content.texi arch-api.png AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css --css-ref=brown-paper.css -- cgit v1.2.3