Sign each document with author name and build info.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 13 Jul 2012 23:30:16 +0300
changeset 1338 4e268948ba99
parent 1337 2bd47e0a87fa
child 1339 04633ffa1cac
Sign each document with author name and build info.
Makefile
--- a/Makefile	Fri Jul 13 23:29:25 2012 +0300
+++ b/Makefile	Fri Jul 13 23:30:16 2012 +0300
@@ -79,6 +79,8 @@
 echo '.. _`Contact`: gavenkoa@gmail.com'; \
 echo; \
 echo '[ Home_ | `Home (no frame)`_ | About_ | Licence_ | `Contact`_ ]'; \
+echo; \
+echo 'Written by Oleksandr Gavenko, compiled at *'`date +%F`'* from rev *'`hg id -i`'*.'; \
 } >$@
 
 $(HTML_DIR)/frame-index.html: index.sh $(RST_HTML_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)