1
0

make watch, readme updates

This commit is contained in:
Simon Michael
2016-02-14 08:27:14 -08:00
parent bc43c02e62
commit 0e84737449
2 changed files with 22 additions and 1 deletions

View File

@@ -1,2 +1,5 @@
index.html: index.md index.tmpl
pandoc index.md --template index.tmpl -o index.html
watch:
fswatch -0 *.{md,tmpl} | xargs -0 -n1 -I{} make

20
README
View File

@@ -1,3 +1,21 @@
The plaintextaccounting.org website.
An informative portal for Ledger, hledger, beancount, and the other ledger-likes.
Contributing
------------
Several ways to contribute changes:
A. drop link suggestions etc. on the etherpad linked in the site footer
B. fork the github repo linked in the footer, submit a pull request
C. regular contributors can request commit access
Before committing, rebuild the HTML:
$ make
and include it in your commit.
To run make on each change, install fswatch and:
$ make watch