13 Commits

Author SHA1 Message Date
David Williams
86357d66b7 Normalized line endings 2014-09-25 22:38:01 +02:00
David Williams
64cb4f654f Our text files were a mix of Windows encoding and Unix encoding for the line endings. While I think the Windows approach is silly, it's also more widely supported (i.e. by Notepad.exe). I've now fixed this for consistency.
This may affect other files (source code?) as well but I'll fix that if/when I see it.
2012-11-18 10:56:55 +01:00
David Williams
bc01223237 Removed some unecessary hierarchy in VS project structure.
Renamed the documentation targets in VS for clarity.
2012-09-28 14:07:13 +02:00
David Williams
4b63c34305 Brought the manual and API docs together under the same heading in Visual Studio. 2012-09-28 13:54:27 +02:00
Matt Williams
480c159327 Add copyright headers to all the CMake files 2012-08-24 13:20:41 +01:00
Matt Williams
b96309f4a4 Use the CMake folder tool to help IDEs groupt targets.
This is done as seen in http://athile.net/library/blog/?p=288

Hopefully this works in Visual Studio as KDevelop doesn't use this feature.
2012-08-12 04:29:51 +01:00
Matt Williams
d7fc289035 Convert CMake variables from YES/NO to ON/OFF 2012-07-15 21:14:37 +01:00
Matt Williams
ca6f98c339 Add preliminary feature_summary work
This uses a built-in command for displaying features.
2012-07-15 20:14:15 +01:00
Matt Williams
67409b9c61 Documentation updates
Update thermite3d.org to volumesoffun.org
Improve error reporting for Sphinx/QHelp
2011-12-26 12:37:07 +00:00
Matt Williams
d45604c80b Make manual depend on doc.
Tweak some Sphinx/CMake stuff.
2010-07-20 13:24:28 +00:00
Matt Williams
3f4c90f7e1 Remove extraneous " 2010-07-14 13:09:05 +00:00
Matt Williams
8a3417461d Add information about building the manual to the INSTALL.txt 2010-07-14 12:44:08 +00:00
Matt Williams
5e62a35f42 Add a CMakeLists.txt which provides the 'manual' target for building the Sphinx documentation. This may require you to set the SPHINXBUILD_EXECUTABLE CMake variable to the sphinx-build executable
Change the file extension to 'rst' rather than 'txt' to avoid clashes with CMakeLists.txt and to help syntax highlighting.

Add the doxylink Sphinx extension from sphinx-contrib to provide Doxygen links.
2010-07-14 10:31:15 +00:00