We do not have "printer" versions of our documentation pages anymore,
so I am using the common version.
Also, I removed "failonerror=false" flag, and removed renaming of the document. I see no point in renaming it. It was moved to the root folder, to remain relative to the images.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783863
13f79535-47bb-0310-9956-
ffa450edef68
<!-- Copy deployer documentation -->
<copy todir="${tomcat.deployer}">
<fileset dir="${tomcat.build}/webapps/docs">
- <include name="images/jakarta-logo.gif" />
+ <include name="images/asf-logo.gif" />
<include name="images/tomcat.gif" />
</fileset>
</copy>
- <copy tofile="${tomcat.deployer}/docs/manual.html"
- file="${tomcat.build}/webapps/docs/printer/deployer-howto.html"
- failonerror="false"/>
+ <copy tofile="${tomcat.deployer}/deployer-howto.html"
+ file="${tomcat.build}/webapps/docs/deployer-howto.html"/>
</target>