IMO --without-apidocs should allow to not build apidocs. Currently HEAD builds librpm doc even if --without-apidocs is given
--- rpm-org/Makefile.am.pix 2007-12-04 12:57:54.000000000 +0100 +++ rpm-org/Makefile.am 2007-12-07 10:28:38.000000000 +0100 @@ -356,7 +356,7 @@ endif endif EXTRA_DIST += doc/hacking.doxy.in doc/hacking/Doxyheader -# Always build librpm docs +if APIDOCS if DOXYGEN doc/librpm.doxy: doc/librpm.doxy.in doc/librpm/Doxyheader Makefile.am $(pkginclude_HEADERS) files=`echo " $(HEADERS)" | $(SED) -e "s, , [EMAIL PROTECTED]@/,g"`; \ @@ -371,6 +371,7 @@ doc/librpm/html/index.html: doc/librpm.d @DOXYGEN@ doc/librpm.doxy noinst_DATA += doc/librpm/html/index.html endif +endif EXTRA_DIST += doc/librpm.doxy.in doc/librpm/Doxyheader EXTRA_DIST += doc/librpm/html
_______________________________________________ Rpm-maint mailing list [email protected] https://lists.rpm.org/mailman/listinfo/rpm-maint
