Makefile
changeset 1341 e45ca3c87690
parent 1340 7e7fc9c30158
child 1343 98bd3c148847
equal deleted inserted replaced
1340:7e7fc9c30158 1341:e45ca3c87690
    71 	$(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css $*.rst $@
    71 	$(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css $*.rst $@
    72 
    72 
    73 HEADER.rst: Makefile
    73 HEADER.rst: Makefile
    74 	{ \
    74 	{ \
    75 echo '.. _`Home`: index.html'; \
    75 echo '.. _`Home`: index.html'; \
    76 echo '.. _About: http://gavenkoa.users.sourceforge.net/'; \
    76 echo '.. _About: README.html'; \
       
    77 echo '.. _`About author`: http://gavenkoa.users.sourceforge.net/'; \
    77 echo '.. _Licence: README.html#tips-licence'; \
    78 echo '.. _Licence: README.html#tips-licence'; \
    78 echo '.. _`Contact`: gavenkoa@gmail.com'; \
    79 echo '.. _`Contact`: gavenkoa@gmail.com'; \
    79 echo; \
    80 echo; \
    80 echo '[ Home_ | About_ | Licence_ | `Contact`_ ]'; \
    81 echo '[ Home_ | About_ | Licence_ | `About author`_ | `Contact`_ ]'; \
    81 echo; \
    82 echo; \
    82 echo 'Written by Oleksandr Gavenko, compiled at ``'`date +%F`'`` from rev ``'`hg id -i`'``.'; \
    83 echo 'Written by Oleksandr Gavenko (AKA gavenkoa), compiled at ``'`date +%F`'`` from rev ``'`hg id -i`'``.'; \
    83 } >$@
    84 } >$@
    84 
    85 
    85 $(HTML_DIR)/frame-index.html: index.sh $(RST_HTML_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)
    86 $(HTML_DIR)/frame-index.html: index.sh $(RST_HTML_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)
    86 	./index.sh frame >$@
    87 	./index.sh frame >$@
    87 
    88