Author: wyoung
Date: Fri Jun 21 02:45:51 2013
New Revision: 2740
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2740&view=rev
Log:
- doc/userman/hello.cpp renamed to hello.txt, to match those files
created from the example sources.
- Other related changes to make sure *.txt gets into dist tarball
Added:
trunk/doc/userman/hello.txt
- copied unchanged from r2735, trunk/doc/userman/hello.cpp
Removed:
trunk/doc/userman/hello.cpp
Modified:
trunk/doc/userman/Makefile
trunk/doc/userman/incorporating.dbx
Modified: trunk/doc/userman/Makefile
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/Makefile?rev=2740&r1=2739&r2=2740&view=diff
==============================================================================
--- trunk/doc/userman/Makefile (original)
+++ trunk/doc/userman/Makefile Fri Jun 21 02:45:51 2013
@@ -50,7 +50,7 @@
./fo2pdf $(FOFILE) $(PDFFILE)
mkdir -p ../pdf && cp $(PDFFILE) ../pdf
-$(HTML_DIR)/index.html: *.dbx *.in $(EX_TXT) $(HTML_SS) $(COMMON_SS)
+$(HTML_DIR)/index.html: *.dbx *.in *.mod *.txt *.xsl
@xmllint --xinclude --nonet --postvalid --noent --noout $(DOCFILE)
xsltproc --xinclude --nonet -o $(HTML_DIR)/ $(HTML_SS) $(DOCFILE)
Removed: trunk/doc/userman/hello.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/hello.cpp?rev=2739&view=auto
==============================================================================
--- trunk/doc/userman/hello.cpp (original)
+++ trunk/doc/userman/hello.cpp (removed)
@@ -1,8 +1,0 @@
-#include <mysql++.h>
-
-int main()
-{
- mysqlpp::String greeting("Hello, world!");
- std::cout << greeting << std::endl;
- return 0;
-}
Modified: trunk/doc/userman/incorporating.dbx
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/incorporating.dbx?rev=2740&r1=2739&r2=2740&view=diff
==============================================================================
--- trunk/doc/userman/incorporating.dbx (original)
+++ trunk/doc/userman/incorporating.dbx Fri Jun 21 02:45:51 2013
@@ -189,7 +189,7 @@
<para>“Hello, world!” for MySQL++ might look something
like this:</para>
- <programlisting><xi:include href="hello.cpp" parse="text"
+ <programlisting><xi:include href="hello.txt" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
<para>Here’s a <filename>Makefile</filename> for building
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits