Home
last modified time | relevance | path

Searched refs:A2X_MAN_OK (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/txt/
DMakefile46 A2X_MAN_OK := $(shell [ ! -d man ] && mkdir man ; a2x $(A2X_MAN_OPTS) hello.txt 2>&1 ; echo $$?) macro
54 ifeq ($(A2X_MAN_OK),0)