Codebase list gdcm / 7c8b466
add patch description Gert Wollny 8 years ago
1 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Add a target for docu-generation and remove this from ALL
1 This patch adds a target that makes is possibe to create the Doxygen
2 docu from the base build directory without invoking the ALL target.
3 At the same time this documentation creation is removed from the ALL
4 target to avoid the it is build various times. Rationale is to enable
5 binary-arch/indep and install-arch/indep without the overhead of
6 recreating the documentation various times. (Unfortunately the make
7 seems to re-run at least the PDF document creation each time.
8 (This is a Debian specific patch).
9 Author: Gert Wollny <gw.fossdev@gmail.com>
10 Forwarded: not-needed
11
012 --- a/CMakeLists.txt
113 +++ b/CMakeLists.txt
214 @@ -554,6 +554,12 @@