Commit f73e5d18 authored by Takashi Iwai's avatar Takashi Iwai Committed by Andrei Vagin

Documentation: Remove unused a2x check

a2x is never used although its presence is checked mandatorily.
Let's remove this superfluous check and the unused entry.
Signed-off-by: 's avatarTakashi Iwai <tiwai@suse.de>
Reviewed-by: 's avatarDmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 46b05658
...@@ -3,7 +3,6 @@ include $(__nmk_dir)include.mk ...@@ -3,7 +3,6 @@ include $(__nmk_dir)include.mk
include $(__nmk_dir)macro.mk include $(__nmk_dir)macro.mk
ASCIIDOC := asciidoc ASCIIDOC := asciidoc
A2X := a2x
XMLTO := xmlto XMLTO := xmlto
FOOTER := footer.txt FOOTER := footer.txt
...@@ -29,7 +28,7 @@ pdf: $(PDFS) ...@@ -29,7 +28,7 @@ pdf: $(PDFS)
.PHONY: all ps pdf check .PHONY: all ps pdf check
check: check:
$(Q) for B in $(ASCIIDOC) $(A2X) $(XMLTO); do \ $(Q) for B in $(ASCIIDOC) $(XMLTO); do \
$$B --version > /dev/null || exit 1; \ $$B --version > /dev/null || exit 1; \
done done
......
ASCIIDOC := asciidoc ASCIIDOC := asciidoc
A2X := a2x
XMLTO := xmlto XMLTO := xmlto
PS2PDF := ps2pdf PS2PDF := ps2pdf
...@@ -20,7 +19,7 @@ all: check $(MANS) ...@@ -20,7 +19,7 @@ all: check $(MANS)
.PHONY: all ps pdf check clean .PHONY: all ps pdf check clean
check: check:
$(Q) for B in $(ASCIIDOC) $(A2X) $(XMLTO); do \ $(Q) for B in $(ASCIIDOC) $(XMLTO); do \
$$B --version > /dev/null || exit 1; \ $$B --version > /dev/null || exit 1; \
done done
......
...@@ -9,7 +9,6 @@ endif ...@@ -9,7 +9,6 @@ endif
export E Q export E Q
ASCIIDOC := asciidoc ASCIIDOC := asciidoc
A2X := a2x
XMLTO := xmlto XMLTO := xmlto
SRC += bers.txt SRC += bers.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment