summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-11 15:43:56 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-11 15:43:56 +0100
commitdf8e1066b2e488c3156e6e524b3486192a37d703 (patch)
tree1506bc82c671c1d61f12ef7d9fe9caeaed34c5af /doc/Makefile.am
parentabff7a5a79d25ae03eeb7e8439f53f9e61741cd8 (diff)
downloadmerchant-df8e1066b2e488c3156e6e524b3486192a37d703.tar.gz
merchant-df8e1066b2e488c3156e6e524b3486192a37d703.tar.bz2
merchant-df8e1066b2e488c3156e6e524b3486192a37d703.zip
fix manual issues
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d7a3fe4f..b233fa5c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,9 @@
all: manual.pdf manual.html
-manual.pdf: arch.pdf
- texi2pdf manual.texi
-manual.html: arch.jpg
+manual.pdf: arch.pdf manual.texi
texi2pdf manual.texi
+manual.html: arch.jpg manual.texi
+ texi2html manual.texi
arch.pdf: arch.dot
dot -Tpdf arch.dot > arch.pdf
arch.jpg: arch.dot