[PATCH] Fix installation location of Doxygen generated documentation in CMake

Dan Liew dan at su-root.co.uk
Sun Apr 20 12:53:28 PDT 2014


When the Doxygen documentation is installed using CMake the install
location is the same for both LLVM and Clang (assuming clang source is
in tools/clang). This is bad because some files will over write each
other and generally make a mess of things.

Attached is a patch for LLVM and a patch for Clang to fix this so LLVM
and Clang use different installation locations and use an installation
path that is more similar to the installation location used for the
Sphinx documentation (recently added in r206655).

Thanks,
-- 
Dan Liew
PhD Student - Imperial College London
-------------- next part --------------
A non-text attachment was scrubbed...
Name: [llvm]0004-Change-installation-location-of-doxygen-documentatio.patch
Type: text/x-patch
Size: 1156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140420/acb43330/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: [clang]0001-Change-installation-location-of-doxygen-documentatio.patch
Type: text/x-patch
Size: 1154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140420/acb43330/attachment-0001.bin>


More information about the llvm-commits mailing list