# HG changeset patch # User Oleksandr Gavenko # Date 1342211365 -10800 # Node ID 2454ae5af5cc57ab95478514460a5c02de36f925 # Parent c7017f58585c31f35bd2f274649c91bce89c661f Add About and Licence statements. diff -r c7017f58585c -r 2454ae5af5cc 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)