Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836776
Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 1745-1752 if test "${WITH_MANS}" = "yes"; then Link Here
1745
	else
1745
	else
1746
		DRIVER_MAN_LIST=""
1746
		DRIVER_MAN_LIST=""
1747
		for i in ${DRIVER_BUILD_LIST}; do
1747
		for i in ${DRIVER_BUILD_LIST}; do
1748
			if test -f ${srcdir}/docs/man/$i.8; then
1748
			if test -f ${srcdir}/docs/man/$i.txt; then
1749
				DRIVER_MAN_LIST="${DRIVER_MAN_LIST} $i.8"
1749
				DRIVER_MAN_LIST="${DRIVER_MAN_LIST} $i.txt"
1750
			fi
1750
			fi
1751
		done
1751
		done
1752
		AC_MSG_RESULT(${DRIVER_MAN_LIST})
1752
		AC_MSG_RESULT(${DRIVER_MAN_LIST})
(-)a/docs/man/Makefile.am (-1 / +6 lines)
Lines 695-700 SRC_DRIVERS_PAGES = \ Link Here
695
	$(SRC_MODBUS_PAGES) \
695
	$(SRC_MODBUS_PAGES) \
696
	$(SRC_LINUX_I2C_PAGES)
696
	$(SRC_LINUX_I2C_PAGES)
697
697
698
if SOME_DRIVERS
699
SRC_DRIVERS_PAGES += \
700
	$(DRIVER_MAN_LIST)
701
endif
702
703
698
# distribute everything, even those not installed by default
704
# distribute everything, even those not installed by default
699
# Note that 'dist' target requires AsciiDoc!
705
# Note that 'dist' target requires AsciiDoc!
700
SRC_ALL_PAGES = \
706
SRC_ALL_PAGES = \
701
- 

Return to bug 836776