Skip to content

Commit c33f360

Browse files
authored
Adds help text for the fava and beancount tasks
1 parent 3d4a52f commit c33f360

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

0700_fava.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ L2B_CONFIG = scripts/ledger2beancount.yml
5656

5757
BEANCOUNT_FILE=reports/$(LEDGER_FILE).beancount
5858

59-
beancount: $(BEANCOUNT_FILE)
59+
.PHONY: beancount
60+
beancount: $(BEANCOUNT_FILE) ## creates a beancount version of the ledger file
6061

61-
fava: $(BEANCOUNT_FILE)
62+
fava: $(BEANCOUNT_FILE) ## runs fava on the beancount version of the ledger file
6263
fava $(<)
6364

6465
$(BEANCOUNT_FILE): $(LEDGER_FILE) $(L2B_CONFIG)

0 commit comments

Comments
 (0)