Displaying 1 result from an estimated 1 matches for "lib_pag".
Did you mean:
lb_page
2008 Apr 22
0
Reasons for nut-2.2.2-pre3 package
...em I found is in the development stuff. In
'lib/Makefile.am' we have this:
if WITH_DEV
if WITH_PKG_CONFIG
pkgconfig_DATA = libupsclient.pc
else
bin_SCRIPTS = libupsclient-config
endif
endif
but in 'man/Makefile.am' we have the following:
if WITH_PKG_CONFIG
LIB_PAGES += libupsclient-config.1
endif
So effectively, we'll only include the manual page if we don't include the
'libupsclient-config' script (and vice-versa). This is probably not what
we intended to do (and it probably should also depend on the WITH_DEV
flag).
Best regards, Arjen
-...