diff -r 80c5eff010a1 -r 2bd47e0a87fa Makefile --- a/Makefile Fri Jul 13 22:42:13 2012 +0300 +++ b/Makefile Fri Jul 13 23:29:25 2012 +0300 @@ -75,8 +75,10 @@ echo '.. _Home: frame.html'; \ echo '.. _`Home (no frame)`: 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_ ]'; \ +echo '[ Home_ | `Home (no frame)`_ | About_ | Licence_ | `Contact`_ ]'; \ } >$@ $(HTML_DIR)/frame-index.html: index.sh $(RST_HTML_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)