Author: wyoung
Date: Sun Mar 15 23:27:28 2015
New Revision: 2770

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2770&view=rev
Log:
Fixed a couple of userman build errors introduced in the patches made
since 3.2.1.

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=2770&r1=2769&r2=2770&view=diff
==============================================================================
--- trunk/doc/userman/Makefile  (original)
+++ trunk/doc/userman/Makefile  Sun Mar 15 23:27:28 2015
@@ -21,9 +21,9 @@
 ## Major output rules
 ## ------------------------
 
-html: $(HTML_DIR)/index.html
+html: $(EX_TXT) $(HTML_DIR)/index.html
 
-pdf: $(PDFFILE)
+pdf: $(EX_TXT) $(PDFFILE)
 
 
 ## ------------------------

Modified: trunk/doc/userman/incorporating.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/incorporating.dbx?rev=2770&r1=2769&r2=2770&view=diff
==============================================================================
--- trunk/doc/userman/incorporating.dbx (original)
+++ trunk/doc/userman/incorporating.dbx Sun Mar 15 23:27:28 2015
@@ -67,7 +67,7 @@
           C:\mysql++\lib</filename></para>
 
           <para>Connector/C does include debug libraries, but you
-          will probably not need to use them.</p>
+          will probably not need to use them.</para>
         </listitem>
 
         <listitem>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to