;doc:examples:invoicing:pandoc-make-invoice: don't write to $LEDGER_FILE

This commit is contained in:
Simon Michael 2024-01-05 08:31:58 -10:00
parent 0a759d3269
commit 625261baac

View File

@ -21,7 +21,7 @@ invoice:
@make $(NEW)
@git add $(NEW).{md,html,pdf}
@git commit -m "invoice $(NEW)" -- $(NEW).{md,html,pdf}
@printf "`date +%Y-%m-%d` * (`date +%Y%m`ab) AB Inc. | invoice\n (assets:receivable:ab) \$$1000 ; TODO:adjust\n\n" >>$$LEDGER_FILE
@printf "`date +%Y-%m-%d` * (`date +%Y%m`ab) AB Inc. | invoice\n (assets:receivable:ab) \$$1000 ; TODO:adjust\n\n"
%ab:
@make $@.pdf $@.html