From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 08:54:17 +0000 (+0100) Subject: Fix typo in XML transformation rule, use dynamic source. X-Git-Tag: es-printed~571 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/e819fd90503eed246b3d1bdb3a0c658bbaea761d?ds=inline Fix typo in XML transformation rule, use dynamic source. --- 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