]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Fix typo in lint-es rule.
authorPetter Reinholdtsen <pere@hungry.com>
Fri, 14 Sep 2018 05:01:51 +0000 (07:01 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Fri, 14 Sep 2018 05:01:51 +0000 (07:01 +0200)
Makefile

index 92f2ef5257ede4118483b77663538390cbce80f8..d500216cfdd36a37ea5a77e2029aa2a42094f9ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ epub: $(SOURCE).epub
 XMLLINTOPTS = --nonet --noout  --xinclude --postvalid
 lint: $(SOURCE).xml
        xmllint $(XMLLINTOPTS) $^
-lint-es: $(SOURCE).nb.xml
+lint-es: $(SOURCE).es.xml
        xmllint $(XMLLINTOPTS) $^
 lint-nb: $(SOURCE).nb.xml
        xmllint $(XMLLINTOPTS) $^