else
DRIVER_MAN_LIST=""
for i in ${DRIVER_BUILD_LIST}; do
if test -f ${srcdir}/docs/man/$i.8; then
if test -f ${srcdir}/docs/man/$i.txt; then
DRIVER_MAN_LIST="${DRIVER_MAN_LIST} $i.8"
DRIVER_MAN_LIST="${DRIVER_MAN_LIST} $i.txt"
fi
done
AC_MSG_RESULT(${DRIVER_MAN_LIST})
$(SRC_MODBUS_PAGES) \
$(SRC_LINUX_I2C_PAGES)
if SOME_DRIVERS
SRC_DRIVERS_PAGES += \
$(DRIVER_MAN_LIST)
endif
# distribute everything, even those not installed by default
# Note that 'dist' target requires AsciiDoc!
SRC_ALL_PAGES = \
-