site: set up /profs symlink

This commit is contained in:
Simon Michael 2009-06-13 19:26:34 +00:00
parent 08d0663704
commit 80c42b3e45
2 changed files with 5 additions and 5 deletions

8
HOME
View File

@ -75,10 +75,10 @@ Related projects
.. _Contributor List: CONTRIBUTORS.html
.. _Developer API docs: http://hledger.org/api-doc
.. _Developer Notes: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES
.. _benchmark: http://joyful.com/repos/hledger/profs/latest.bench
.. _profile: http://joyful.com/repos/hledger/profs/latest.prof
.. _heap: http://joyful.com/repos/hledger/profs/latest.ps
.. _test coverage: http://joyful.com/repos/hledger/profs/coverage/hpc_index_fun.html
.. _benchmark: http://hledger.org/profs/latest.bench
.. _profile: http://hledger.org/profs/latest.prof
.. _heap: http://hledger.org/profs/latest.ps
.. _test coverage: http://hledger.org/profs/coverage/hpc_index_fun.html
.. _browse with darcsweb: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger
.. _email me: mailto:simon@joyful.com
.. _Simon Michael: http://joyful.com

View File

@ -173,7 +173,7 @@ docs: web pdf api-docs
# build the main hledger.org website
web:
for d in $(DOCFILES); do pandoc -s -H website/header.html -A website/footer.html -r rst $$d >website/$$d.html; done
cd website; rm -f index.html; ln -s HOME.html index.html
cd website; rm -f index.html; ln -s HOME.html index.html; rm -f profs; ln -s ../profs
# generate pdf versions of main docs
pdf: