|
|
@@ -43,7 +43,7 @@ |
|
|
|
If not specified the console will be used instead. |
|
|
|
</td> |
|
|
|
<td valign="top" align="center"> |
|
|
|
No, |
|
|
|
No |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
@@ -96,7 +96,7 @@ |
|
|
|
<p><b>Concatenate a string to a file:</b></p> |
|
|
|
|
|
|
|
<pre> |
|
|
|
<concat tofile="README">Hello, World!</concat> |
|
|
|
<concat destfile="README">Hello, World!</concat> |
|
|
|
</pre> |
|
|
|
|
|
|
|
<p><b>Concatenate a series of files to the console:</b></p> |
|
|
@@ -110,7 +110,7 @@ |
|
|
|
<p><b>Concatenate a single file, appending if the destination file exists:</b></p> |
|
|
|
|
|
|
|
<pre> |
|
|
|
<concat tofile="NOTES" append="true"> |
|
|
|
<concat destfile="NOTES" append="true"> |
|
|
|
<filelist dir="notes" files="note.txt" /> |
|
|
|
</concat> |
|
|
|
</pre> |
|
|
@@ -119,7 +119,7 @@ |
|
|
|
destination file exists:</b></p> |
|
|
|
|
|
|
|
<pre> |
|
|
|
<concat tofile="${docbook.dir}/all-sections.xml"> |
|
|
|
<concat destfile="${docbook.dir}/all-sections.xml"> |
|
|
|
<filelist dir="${docbook.dir}/sections" |
|
|
|
files="introduction.xml,overview.xml" /> |
|
|
|
<fileset dir="${docbook.dir}" |
|
|
|