]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - Makefile
Fix typo in lint-es rule.
[text-madewithcc.git] / 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) $^