From: Petter Reinholdtsen Date: Wed, 31 Jan 2018 19:37:53 +0000 (+0000) Subject: Merge branch 'build-epub' into 'master' X-Git-Tag: es-printed~600^2 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/be10d6bbf73cbee95936d0000da10bcb10560918?hp=30c6e4a3423025739b7de670d2ee8345872592bd Merge branch 'build-epub' into 'master' Add build rule for epub using docbook file. See merge request gunnarwolf/madewithcc-es!4 --- diff --git a/Makefile b/Makefile index 42dbd74..d0aef0b 100644 --- a/Makefile +++ b/Makefile @@ -104,5 +104,9 @@ epub: $(SOURCE).epub XMLLINTOPTS = --nonet --noout --xinclude --postvalid lint: $(SOURCE).xml xmllint $(XMLLINTOPTS) $^ +lint-es: $(SOURCE).nb.xml + xmllint $(XMLLINTOPTS) $^ +lint-nb: $(SOURCE).nb.xml + xmllint $(XMLLINTOPTS) $^ .SUFFIXES: .xml .md