summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-23 10:28:00 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-23 10:28:17 +0300
commited7843fe00dafdc44b60e613a1a9e33c598e843e (patch)
tree4237319e526993d0f2dbdd95f677d173e3f40c79 /Makefile
parente1222c7919fac2f6c21228123c5aaf239fc828be (diff)
downloadfable-poc-ed7843fe00dafdc44b60e613a1a9e33c598e843e.tar.gz
Change: command line syntax of ftt-docgen
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 $@