[CRIU] [PATCH 1/2] Documentation: Remove unused a2x check

Takashi Iwai tiwai at suse.de
Wed Jan 16 12:27:46 MSK 2019


a2x is never used although its presence is checked mandatorily.
Let's remove this superfluous check and the unused entry.

Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 Documentation/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/Makefile b/Documentation/Makefile
index fe640b0ee11e..3c93ec8a4083 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -3,7 +3,6 @@ include $(__nmk_dir)include.mk
 include $(__nmk_dir)macro.mk
 
 ASCIIDOC	:= asciidoc
-A2X		:= a2x
 XMLTO		:= xmlto
 
 FOOTER		:= footer.txt
@@ -29,7 +28,7 @@ pdf: $(PDFS)
 .PHONY: all ps pdf check
 
 check:
-	$(Q) for B in $(ASCIIDOC) $(A2X) $(XMLTO); do	\
+	$(Q) for B in $(ASCIIDOC) $(XMLTO); do	\
 		$$B --version > /dev/null || exit 1;	\
 	done
 
-- 
2.20.1



More information about the CRIU mailing list