Makefile
changeset 21 95ea6db23736
parent 20 c5c5310057d1
child 22 a2914ae81c6d
equal deleted inserted replaced
20:c5c5310057d1 21:95ea6db23736
    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