From 80c42b3e455a99c0f51b1baa328b72351b492326 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jun 2009 19:26:34 +0000 Subject: [PATCH] site: set up /profs symlink --- HOME | 8 ++++---- Makefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HOME b/HOME index 6f8801a31..db5bb23b3 100644 --- a/HOME +++ b/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 diff --git a/Makefile b/Makefile index f0b542669..8d134107e 100644 --- a/Makefile +++ b/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: