site: table of contents for user guide

This commit is contained in:
Simon Michael 2009-11-19 21:39:04 +00:00
parent 39d953a2bb
commit a19ea34ce0
2 changed files with 3 additions and 1 deletions

View File

@ -206,6 +206,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
for d in README; do pandoc --toc -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; rm -f profs; ln -s ../profs cd website; rm -f index.html; ln -s HOME.html index.html; rm -f profs; ln -s ../profs
# ..from anywhere # ..from anywhere

View File

@ -90,4 +90,5 @@ img {
} }
.screenshot { .screenshot {
border: 10px solid #F8F8F8; /* Soft grey border */ border: 10px solid #F8F8F8; /* Soft grey border */
} }
#toc { float:right; }