diff options
author | Brad King <brad.king@kitware.com> | 2003-02-14 15:53:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-02-14 15:53:37 (GMT) |
commit | 1f55680332c133fddce4a0b85cfb7ee1a20cff75 (patch) | |
tree | 7cc80032918bf19095fe31fb7d52b29e6c1d64e8 /Source/Makefile.in | |
parent | d9a74e1b1e18156be224697383b571ad9af4336c (diff) | |
download | CMake-1f55680332c133fddce4a0b85cfb7ee1a20cff75.zip CMake-1f55680332c133fddce4a0b85cfb7ee1a20cff75.tar.gz CMake-1f55680332c133fddce4a0b85cfb7ee1a20cff75.tar.bz2 |
ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation.
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index 1d8bd9a..df42fc3 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -19,6 +19,7 @@ cmakewizard.o \ cmakemain.o \ cmMakeDepend.o \ cmMakefile.o \ +cmDocumentation.o \ cmGlobalGenerator.o \ cmLocalGenerator.o \ cmRegularExpression.o \ |