1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-24 00:38:52 -05:00

Document main ant tasks

This commit is contained in:
Reinhard Pointner 2016-07-20 12:37:57 +08:00
parent 4217f1a479
commit 55a5814dd6

View File

@ -787,7 +787,7 @@
</target> </target>
<target name="deploy-website"> <target name="deploy-website" description="Upload website resources to filebot.net">
<!-- copy static website resources --> <!-- copy static website resources -->
<copy todir="${dir.dist}/website" preservelastmodified="yes" verbose="yes"> <copy todir="${dir.dist}/website" preservelastmodified="yes" verbose="yes">
<fileset dir="${dir.website}"> <fileset dir="${dir.website}">