From: Thomas K. <tk...@gi...> - 2006-01-06 16:17:06
|
Hi! If one doesn't have doxygen installed, installation fails in doc/ with an error about a missing install-apidocs target. A possible solution would be to replace, in doc/Makefile.am, install-data-local: install-apidocs install-apidocs-internals uninstall-local: uninstall-apidocs uninstall-apidocs-internals with if HAVE_DOXYGEN install-data-local: install-apidocs install-apidocs-internals uninstall-local: uninstall-apidocs uninstall-apidocs-internals else install-data-local: uninstall-local: endif Cheers, Thomas |