diff options
author | ng0 <ng0@infotropique.org> | 2017-10-17 12:29:35 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-10-17 12:29:35 +0000 |
commit | 7348fad86391b913ecc41f986066f260efb04633 (patch) | |
tree | dcf927f6e8974c017d2a0a2bfdfa0c61855e296b /doc/Makefile.am | |
parent | 4a3f7e1ce17b5109e713cdbb37ad85a8852d4723 (diff) |
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.am | 1 |
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 convert images/lego_stack.svg images/lego_stack.png && pngcrush images/lego_stack.png images/lego_stack.png +# FIXME: The usage of 'date' strings causes a warning. version.texi: echo "@set UPDATED $(date +'%d %B %Y')" > $@ echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@ |