]> source.dussan.org Git - poi.git/commitdiff
add fixcrlf to docs-target, to fix windows document generation
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 12 Mar 2016 00:34:26 +0000 (00:34 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 12 Mar 2016 00:34:26 +0000 (00:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734654 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b0ce35aacf43a0334fadcc0878d8886629a07b8d..3c87c1c0ea86f416fe06a581269a2f608651c76a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>