--- a/Makefile Fri Jul 13 23:49:14 2012 +0300
+++ b/Makefile Sat Jul 14 00:00:05 2012 +0300
@@ -73,13 +73,14 @@
HEADER.rst: Makefile
{ \
echo '.. _`Home`: index.html'; \
-echo '.. _About: http://gavenkoa.users.sourceforge.net/'; \
+echo '.. _About: README.html'; \
+echo '.. _`About author`: http://gavenkoa.users.sourceforge.net/'; \
echo '.. _Licence: README.html#tips-licence'; \
echo '.. _`Contact`: gavenkoa@gmail.com'; \
echo; \
-echo '[ Home_ | About_ | Licence_ | `Contact`_ ]'; \
+echo '[ Home_ | About_ | Licence_ | `About author`_ | `Contact`_ ]'; \
echo; \
-echo 'Written by Oleksandr Gavenko, compiled at ``'`date +%F`'`` from rev ``'`hg id -i`'``.'; \
+echo 'Written by Oleksandr Gavenko (AKA gavenkoa), compiled at ``'`date +%F`'`` from rev ``'`hg id -i`'``.'; \
} >$@
$(HTML_DIR)/frame-index.html: index.sh $(RST_HTML_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)