finance: fix comment
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ PANDOC?=pandoc
|
|||||||
finance-md:
|
finance-md:
|
||||||
( \
|
( \
|
||||||
echo 'Finances of the Plain Text Accounting org.'; \
|
echo 'Finances of the Plain Text Accounting org.'; \
|
||||||
echo '<!-- Generated by "make src/finance.md", do not edit directly. -->'; \
|
echo '<!-- Generated by "make finance-md", do not edit directly. -->'; \
|
||||||
echo ; \
|
echo ; \
|
||||||
hledger -f finance/pta.journal bs -O html; \
|
hledger -f finance/pta.journal bs -O html; \
|
||||||
echo ; \
|
echo ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user