From: <bo...@us...> - 2013-02-03 11:25:33
|
Revision: 513 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=513&view=rev Author: bodewig Date: 2013-02-03 11:25:27 +0000 (Sun, 03 Feb 2013) Log Message: ----------- improve PDF generation Modified Paths: -------------- branches/xmlunit-1.x/docbook.xml Property Changed: ---------------- branches/xmlunit-1.x/ branches/xmlunit-1.x/src/user-guide/ Property changes on: branches/xmlunit-1.x ___________________________________________________________________ Modified: svn:ignore - build + build build.properties docbook.properties Modified: branches/xmlunit-1.x/docbook.xml =================================================================== --- branches/xmlunit-1.x/docbook.xml 2013-02-03 11:24:34 UTC (rev 512) +++ branches/xmlunit-1.x/docbook.xml 2013-02-03 11:25:27 UTC (rev 513) @@ -77,6 +77,7 @@ <target name="users-guide-pdf" depends="-define-dblatex" description="Creates the PDF version of the User's Guide"> + <copy file="${src.dir}/site/xmlunit.png" toDir="${src.userguide.dir}"/> <dblatex sourcefile="${src.userguide.dir}/${user.guide}.xml"/> <move file="${src.userguide.dir}/${user.guide}.pdf" todir="${userguide.docs.dir}"/> Property changes on: branches/xmlunit-1.x/src/user-guide ___________________________________________________________________ Added: svn:ignore + xmlunit.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |