# HG changeset patch # User Oleksandr Gavenko # Date 1342212554 -10800 # Node ID 7e7fc9c3015840fbdea9a91990988f1934b3a9f9 # Parent 04633ffa1cacb6510ec851e4fbb0be4846f0ba27 Fix usability. diff -r 04633ffa1cac -r 7e7fc9c30158 Makefile --- a/Makefile Fri Jul 13 23:45:47 2012 +0300 +++ b/Makefile Fri Jul 13 23:49:14 2012 +0300 @@ -72,15 +72,14 @@ HEADER.rst: Makefile { \ -echo '.. _Home: frame.html'; \ -echo '.. _`Home (no frame)`: index.html'; \ +echo '.. _`Home`: index.html'; \ echo '.. _About: http://gavenkoa.users.sourceforge.net/'; \ echo '.. _Licence: README.html#tips-licence'; \ echo '.. _`Contact`: gavenkoa@gmail.com'; \ echo; \ -echo '[ Home_ | `Home (no frame)`_ | About_ | Licence_ | `Contact`_ ]'; \ +echo '[ Home_ | About_ | Licence_ | `Contact`_ ]'; \ echo; \ -echo 'Written by Oleksandr Gavenko, compiled at *'`date +%F`'* from rev *'`hg id -i`'*.'; \ +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)