aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-17 12:29:35 +0000
committerng0 <ng0@infotropique.org>2017-10-17 12:29:35 +0000
commit7348fad86391b913ecc41f986066f260efb04633 (patch)
treedcf927f6e8974c017d2a0a2bfdfa0c61855e296b /doc/Makefile.am
parent4a3f7e1ce17b5109e713cdbb37ad85a8852d4723 (diff)
downloadgnunet-7348fad86391b913ecc41f986066f260efb04633.tar.gz
gnunet-7348fad86391b913ecc41f986066f260efb04633.zip
Use Suffix Extensions in Makefiles (doc, src/{arm,dht,integration,statistics}) for improved portability.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1a8bb64b9..d9a68d533 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -150,6 +150,7 @@ lego_stack.png: images/lego_stack.svg
150 convert images/lego_stack.svg images/lego_stack.png && 150 convert images/lego_stack.svg images/lego_stack.png &&
151 pngcrush images/lego_stack.png images/lego_stack.png 151 pngcrush images/lego_stack.png images/lego_stack.png
152 152
153# FIXME: The usage of 'date' strings causes a warning.
153version.texi: 154version.texi:
154 echo "@set UPDATED $(date +'%d %B %Y')" > $@ 155 echo "@set UPDATED $(date +'%d %B %Y')" > $@
155 echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@ 156 echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@