GNOME Bugzilla – Bug 597518
Makefile for Docsets does not honor DESTDIR
Last modified: 2009-12-30 13:38:49 UTC
When creating Xcode Docsets with doxygen (which, BTW, is a very nice addition), the generated Makefile will always install into ~/Library/Developer/Shared/Documentation/DocSets. We have an Xcode project that builds documentation for our frameworks and I would like to have the documentation not being installed in ~/Library/Developer/Shared/Documentation/DocSets, but rather in a location defined by me (in this case the project's output location). I therefore tried to run make with DESTDIR=$ouputDir, but found that the Makefile that doxygen generates will ignore the DESTDIR environment variable and use the hardcoded installation path instead. It would be very nice if the generated Makefile would honor the DESTDIR variable, like most other standard Makefiles do for installation.
This is already possible if you use DOCSET_INSTALL instead of DESTDIR, but it makes sense to use DESTDIR indeed.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.2. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).