[rkward-cvs] SF.net SVN: rkward:[2761] trunk/rkward/doc/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Mar 4 12:22:02 UTC 2010


Revision: 2761
          http://rkward.svn.sourceforge.net/rkward/?rev=2761&view=rev
Author:   tfry
Date:     2010-03-04 12:22:01 +0000 (Thu, 04 Mar 2010)

Log Message:
-----------
Fix FDL reference, and add make rule to simplify production of online-manual

Modified Paths:
--------------
    trunk/rkward/doc/rkward/CMakeLists.txt
    trunk/rkward/doc/rkward/writing_plugins_introduction.docbook

Modified: trunk/rkward/doc/rkward/CMakeLists.txt
===================================================================
--- trunk/rkward/doc/rkward/CMakeLists.txt	2010-03-04 11:57:08 UTC (rev 2760)
+++ trunk/rkward/doc/rkward/CMakeLists.txt	2010-03-04 12:22:01 UTC (rev 2761)
@@ -1 +1,5 @@
 KDE4_CREATE_HANDBOOK (index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
+
+ADD_CUSTOM_TARGET (webdocs
+	COMMAND meinproc4 --stylesheet ${DATA_INSTALL_DIR}/ksgmltools2/customization/kde-web.xsl ${CMAKE_CURRENT_SOURCE_DIR}/writing_plugins_introduction.docbook
+	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

Modified: trunk/rkward/doc/rkward/writing_plugins_introduction.docbook
===================================================================
--- trunk/rkward/doc/rkward/writing_plugins_introduction.docbook	2010-03-04 11:57:08 UTC (rev 2760)
+++ trunk/rkward/doc/rkward/writing_plugins_introduction.docbook	2010-03-04 12:22:01 UTC (rev 2761)
@@ -2378,6 +2378,11 @@
 </para>
 </appendix>
 
+<appendix id="license">
+<title>License</title>
+<para>&underFDL;</para>
+</appendix>
+
 &documentation.index;
 </book>
 <!--


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list