mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
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
|
||||
.. _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
|
||||
|
2
Makefile
2
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user