[C-MPI-commits] SF.net SVN: c-mpi:[125] docs/manual
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2010-05-14 20:44:28
|
Revision: 125
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=125&view=rev
Author: jmwozniak
Date: 2010-05-14 20:44:21 +0000 (Fri, 14 May 2010)
Log Message:
-----------
Add date info to manual
Modified Paths:
--------------
docs/manual/Makefile
docs/manual/manual.xml
Modified: docs/manual/Makefile
===================================================================
--- docs/manual/Makefile 2010-05-14 20:34:52 UTC (rev 124)
+++ docs/manual/Makefile 2010-05-14 20:44:21 UTC (rev 125)
@@ -13,6 +13,7 @@
manual.inc.xml: manual.xml
xmllint --xinclude $(<) > $(@)
+ sed -i "s/INSERT_DATE/`date`/" $(@)
index.html: manual.inc.xml formatting/swiftsh_html.xsl
xsltproc --nonet formatting/swiftsh_html.xsl $(<)
Modified: docs/manual/manual.xml
===================================================================
--- docs/manual/manual.xml 2010-05-14 20:34:52 UTC (rev 124)
+++ docs/manual/manual.xml 2010-05-14 20:44:21 UTC (rev 125)
@@ -728,4 +728,12 @@
</variablelist>
</para>
</section>
+
+ <section id="appendix">
+ <title>Appendix
+ </title>
+ <para>
+ Updated: INSERT_DATE
+ </para>
+ </section>
</article>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|