site: set up /profs symlink
This commit is contained in:
parent
08d0663704
commit
80c42b3e45
8
HOME
8
HOME
@ -75,10 +75,10 @@ Related projects
|
|||||||
.. _Contributor List: CONTRIBUTORS.html
|
.. _Contributor List: CONTRIBUTORS.html
|
||||||
.. _Developer API docs: http://hledger.org/api-doc
|
.. _Developer API docs: http://hledger.org/api-doc
|
||||||
.. _Developer Notes: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES
|
.. _Developer Notes: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES
|
||||||
.. _benchmark: http://joyful.com/repos/hledger/profs/latest.bench
|
.. _benchmark: http://hledger.org/profs/latest.bench
|
||||||
.. _profile: http://joyful.com/repos/hledger/profs/latest.prof
|
.. _profile: http://hledger.org/profs/latest.prof
|
||||||
.. _heap: http://joyful.com/repos/hledger/profs/latest.ps
|
.. _heap: http://hledger.org/profs/latest.ps
|
||||||
.. _test coverage: http://joyful.com/repos/hledger/profs/coverage/hpc_index_fun.html
|
.. _test coverage: http://hledger.org/profs/coverage/hpc_index_fun.html
|
||||||
.. _browse with darcsweb: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger
|
.. _browse with darcsweb: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger
|
||||||
.. _email me: mailto:simon@joyful.com
|
.. _email me: mailto:simon@joyful.com
|
||||||
.. _Simon Michael: http://joyful.com
|
.. _Simon Michael: http://joyful.com
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -173,7 +173,7 @@ docs: web pdf api-docs
|
|||||||
# build the main hledger.org website
|
# build the main hledger.org website
|
||||||
web:
|
web:
|
||||||
for d in $(DOCFILES); do pandoc -s -H website/header.html -A website/footer.html -r rst $$d >website/$$d.html; done
|
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
|
# generate pdf versions of main docs
|
||||||
pdf:
|
pdf:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user