From e819fd90503eed246b3d1bdb3a0c658bbaea761d Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 09:54:17 +0100 Subject: [PATCH 1/1] Fix typo in XML transformation rule, use dynamic source. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd91c4b..a1d1348 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ $(SOURCE).nb.md: $(SOURCE).md po/nb/mwcc.po %.xml: %.md TEMP=`tempfile -p mwcc` && \ - pandoc -s -o $$TEMP $(PANDOC_OPTS) $(SOURCE).md && \ + pandoc -s -o $$TEMP $(PANDOC_OPTS) $^ && \ ruby fixup-docbook.rb $$TEMP $@ && \ rm $$TEMP -- 2.51.0