From df57ff21ae053f0dc8ab2f198e0c02025872ca09 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 26 Oct 2016 19:53:16 +0200 Subject: add build rules for arch.pdf --- doc/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 6d822548..1f34fda9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,13 @@ +all: manual.pdf + +manual.pdf: arch.pdf + texi2pdf manual.texi +arch.pdf: arch.dot + dot -Tpdf arch.dot > arch.pdf + info_TEXINFOS = manual.texi manual_TEXINFOS = version.texi # FIXME. Find a way to compile arch.dot here. # The command is: dot -Tpng arch.dot > arch.png + -- cgit v1.2.3