aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
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')" >> $@