docs: update makefile

This commit is contained in:
Simon Michael 2009-12-03 21:11:22 +00:00
parent ebfc225eb2
commit 7c42280d4e

View File

@ -1,6 +1,6 @@
# hledger project makefile
# optional features described in README, comment out if you don't have the libs
# optional features described in MANUAL, comment out if you don't have the libs
OPTFLAGS=-DHAPPS -DVTY
# command to run during "make ci"
@ -23,7 +23,7 @@ VIEWHTMLCMD=open
VIEWPSCMD=open
SOURCEFILES:=*hs Commands/*hs Ledger/*hs
DOCFILES:=HOME HOME2 README NEWS CONTRIBUTORS SCREENSHOTS
DOCFILES:=README README2 MANUAL NEWS CONTRIBUTORS SCREENSHOTS
BINARYFILENAME=`runhaskell ./hledger.hs --binary-filename`
PATCHLEVEL:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1)
WARNINGS:=-W -fwarn-tabs #-fwarn-orphans -fwarn-simple-patterns -fwarn-monomorphism-restriction -fwarn-name-shadowing
@ -242,7 +242,7 @@ docs: web pdf api-docs
# build the main hledger.org website
web:
for d in $(DOCFILES); 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 README.html index.html; rm -f profs; ln -s ../profs
# ..from anywhere
updatesite: push