mirror of https://github.com/apache/poi.git
add fixcrlf to docs-target, to fix windows document generation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a061c85a3a
commit
0fb8f3a0ec
|
@ -1353,7 +1353,9 @@ under the License.
|
||||||
<echo>Broken links:</echo>
|
<echo>Broken links:</echo>
|
||||||
<echo file="${build.site}/../tmp/brokenlinks.txt"/>
|
<echo file="${build.site}/../tmp/brokenlinks.txt"/>
|
||||||
|
|
||||||
<touch>
|
<fixcrlf srcdir="${build.site}" includes="**/*.html,**/*.css" eol="unix" eof="remove" />
|
||||||
|
|
||||||
|
<touch>
|
||||||
<fileset dir="${build.site}"/>
|
<fileset dir="${build.site}"/>
|
||||||
</touch>
|
</touch>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue