NEWS file

This commit is contained in:
Simon Michael 2008-11-23 21:49:04 +00:00
parent df5fa12e41
commit ac25f5583a
2 changed files with 15 additions and 2 deletions

View File

@ -43,13 +43,16 @@ Clean: clean clean-docs
# docs
DOCS=README NEWS
docs: html pdf api-doc-frames
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:
rst2pdf README -o doc/README.pdf
for d in $(DOCS); do rst2pdf $$d -o doc/$$d.pdf; done
MAIN=hledger.hs

10
NEWS Normal file
View File

@ -0,0 +1,10 @@
NEWS
----
2008/10/15 hledger 0.1 released
...............................
Contributors:
* Simon Michael