From: Daniel R. G. <sk...@iS...> - 2006-10-17 05:47:06
|
Was building KDE via the Konstruct framework, which builds libexif as a dependency. The library build broke at the "make install" stage due to a minor oversight in doc/Makefile.am: The install target depends on install-data-local (per standard Automake), which depends on install-apidocs and install-apidocs-internals. But these latter two targets do not exist if Doxygen was not detected at configure time; an Automake conditional comments them out. The attached patch defines dummy targets for install-apidocs*, uninstall-apidocs* and $(DOXYGEN_UPLOAD), that merely print warning messages if invoked in the no-Doxygen case. (clean-apidocs is left unconditionalized, since that can reasonably do the same thing always.) I'll be happy to follow up any issues with the patch. (Please Cc me on any replies, as I am not subscribed to this list) --Daniel -- NAME = Daniel Richard G. ## Remember, skunks _\|/_ meef? EMAIL1 = sk...@is... ## don't smell bad--- (/o|o\) / EMAIL2 = sk...@al... ## it's the people who < (^),> WWW = http://www.******.org/ ## annoy them that do! / \ -- (****** = site not yet online) |