flithm
Joined: 03 Aug 2007 Posts: 8
|
Posted: Thu Aug 16, 2007 8:26 pm Post subject: CMakeD w/Tango+No Install now also builds ddocss |
|
|
Hi all,
I've updated the cmaked system again, so that it will now conditionally build ddoc files (including full support for candydoc -- even auto-generating the modules.ddoc file).
Again, only support for linux / gdc currently, but if there's any interest it would be easy to port to dmd / windows.
New source is here.
To check this out, all you need to do is unpack the tarball and:
cd CMakeD-NoInstall
mkdir build
cd build
cmake -DCMAKE_D_BUILD_DOCS=True ..
make
You can see all of the documentation will be built in the "documentation" directory. |
|