make watch, readme updates
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
20
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user