From ed7843fe00dafdc44b60e613a1a9e33c598e843e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Jun 2019 10:28:00 +0300 Subject: Change: command line syntax of ftt-docgen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 379b2a8..af6a25c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ publish: install -m 0644 $(outputs) files .md.tmp: - ./ftt-docgen $$(basename $< .md).yaml $< > $@ + ./ftt-docgen $< > $@ .tmp.pdf: ./ftt-pandoc $< -o $@ -- cgit v1.2.1