NEWS file
This commit is contained in:
parent
df5fa12e41
commit
ac25f5583a
7
Makefile
7
Makefile
@ -43,13 +43,16 @@ Clean: clean clean-docs
|
|||||||
|
|
||||||
# docs
|
# docs
|
||||||
|
|
||||||
|
DOCS=README NEWS
|
||||||
|
|
||||||
docs: html pdf api-doc-frames
|
docs: html pdf api-doc-frames
|
||||||
|
|
||||||
html:
|
html:
|
||||||
rst2html README >doc/index.html
|
for d in $(DOCS); do rst2html $$d >doc/$$d.html; done
|
||||||
|
cd doc; ln -s README.html index.html
|
||||||
|
|
||||||
pdf:
|
pdf:
|
||||||
rst2pdf README -o doc/README.pdf
|
for d in $(DOCS); do rst2pdf $$d -o doc/$$d.pdf; done
|
||||||
|
|
||||||
MAIN=hledger.hs
|
MAIN=hledger.hs
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user