]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Fix typo in XML transformation rule, use dynamic source.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 6 Feb 2018 08:54:17 +0000 (09:54 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 6 Feb 2018 08:54:17 +0000 (09:54 +0100)
Makefile

index fd91c4b8fa3efdefed68e4366fdb568cc9dcf571..a1d1348f08a0a0eeeb98d1f39cc5719439e6a7f5 100644 (file)
--- 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