gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: doc/Makefile: generate a du


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: doc/Makefile: generate a dummy version.texi
Date: Thu, 24 Aug 2017 12:01:55 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 798535271 doc/Makefile: generate a dummy version.texi
798535271 is described below

commit 7985352713a5462bc737332d02ddcc870381b56a
Author: ng0 <address@hidden>
AuthorDate: Thu Aug 24 10:01:20 2017 +0000

    doc/Makefile: generate a dummy version.texi
---
 doc/Makefile.am | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 508326781..ebf336dff 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -50,13 +50,19 @@ EXTRA_DIST = \
        $(gnunet_TEXINFOS) \
        $(gnunet_doc_images)
 
-doc-pdf:
+version.texi:
+       echo "@set UPDATED $(date +'%d %B %Y')" > $@
+       echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@
+       echo "@set EDITION $(PACKAGE_VERSION)" >> $@
+       echo "@set VERSION $(PACKAGE_VERSION)" >> $@ 
+
+doc-pdf: doc/version.texi
        @makeinfo --pdf --quiet gnunet.texi
 
-doc-html:
+doc-html: doc/version.texi
        @makeinfo --html gnunet.texi
 
-doc-info:
+doc-info: doc/version.texi
        @makeinfo --no-split gnunet.texi
 
 # FIXME: rm *.html and *.pdf
@@ -64,3 +70,5 @@ doc-clean:
        @rm *.aux *.log *.toc *.cp *.cps
 
 doc-all: doc-pdf doc-html doc-info
+
+.PHONY: version.texi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]