Add About and Licence statements.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 13 Jul 2012 23:29:25 +0300
changeset 18 2454ae5af5cc
parent 17 c7017f58585c
child 19 be271bde35fa
Add About and Licence statements.
Makefile
--- a/Makefile	Fri Jul 13 22:32:19 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)