summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@