# HG changeset patch # User Oleksandr Gavenko # Date 1342211416 -10800 # Node ID be271bde35faf8aaca5dbfa819517de1f6f348ca # Parent 2454ae5af5cc57ab95478514460a5c02de36f925 Sign each document with author name and build info. diff -r 2454ae5af5cc -r be271bde35fa 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)