diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-03-12 00:34:26 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-03-12 00:34:26 +0000 |
commit | 0fb8f3a0ecd953ccceee1e3dbea4a7e7051740e4 (patch) | |
tree | 1e452525fe85ecb2739a7e7ec3b5599943e4a512 /build.xml | |
parent | a061c85a3aed69b086f03711c4800e94b3481588 (diff) | |
download | poi-0fb8f3a0ecd953ccceee1e3dbea4a7e7051740e4.tar.gz poi-0fb8f3a0ecd953ccceee1e3dbea4a7e7051740e4.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1353,7 +1353,9 @@ under the License. <echo>Broken links:</echo> <echo file="${build.site}/../tmp/brokenlinks.txt"/> - <touch> + <fixcrlf srcdir="${build.site}" includes="**/*.html,**/*.css" eol="unix" eof="remove" /> + + <touch> <fileset dir="${build.site}"/> </touch> </target> |