]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - Makefile
Yet one more (smallish!) set of erroneously split paragraphs merged
[text-madewithcc.git] / Makefile
index 293596adf63025eac973fce1b3e30cfd8cdcec44..34418ba2f1285c1d2bdf5930d635ce08d7f1cd72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,16 @@ VERSION=20170609-2
 PANDOCOPTS = --top-level-division=part -t docbook -f markdown+inline_notes
 PANDOCOPTS = -t docbook -f markdown+inline_notes
 
+LANGS = es nl nb
+
+all: pdf
+
+clean:
+       rm -f $(SOURCE).pdf $(SOURCE).xml $(SOURCE).md
+       for LANG in $(LANGS); do \
+           rm -f $(SOURCE).$$LANG.pdf $(SOURCE).$$LANG.xml $(SOURCE).$$LANG.md ;\
+        done
+
 $(SOURCE).md: $(SOURCE).odt fixup.rb
        TEMP=`tempfile -p mwcc` && \
        pandoc -f odt $(SOURCE).odt -t markdown > $$TEMP && \