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
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
......
ASCIIDOC := asciidoc
A2X := a2x
XMLTO := xmlto
PS2PDF := ps2pdf
......@@ -20,7 +19,7 @@ all: check $(MANS)
.PHONY: all ps pdf check clean
check:
$(Q) for B in $(ASCIIDOC) $(A2X) $(XMLTO); do \
$(Q) for B in $(ASCIIDOC) $(XMLTO); do \
$$B --version > /dev/null || exit 1; \
done
......
......@@ -9,7 +9,6 @@ endif
export E Q
ASCIIDOC := asciidoc
A2X := a2x
XMLTO := xmlto
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