From 091ade13613a2880f59af39ceee988ac983645a3 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 24 Aug 2017 10:12:16 +0000 Subject: doc/Makefile: correct leftovers. --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ebf336dff..8caacb2bd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -56,13 +56,13 @@ version.texi: echo "@set EDITION $(PACKAGE_VERSION)" >> $@ echo "@set VERSION $(PACKAGE_VERSION)" >> $@ -doc-pdf: doc/version.texi +doc-pdf: version.texi @makeinfo --pdf --quiet gnunet.texi -doc-html: doc/version.texi +doc-html: version.texi @makeinfo --html gnunet.texi -doc-info: doc/version.texi +doc-info: version.texi @makeinfo --no-split gnunet.texi # FIXME: rm *.html and *.pdf -- cgit v1.2.3