From 4d73df87e02ccf7f57808611b5c3ab89bd3d084e Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 14 Sep 2018 07:01:51 +0200 Subject: [PATCH] Fix typo in lint-es rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92f2ef5..d500216 100644 --- 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) $^ -- 2.47.2