Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
fce0a1b4
Commit
fce0a1b4
authored
Dec 17, 2015
by
Ivan D'halluin
Browse files
working in hdoc format
parent
ab61a75f
Changes
1
Hide whitespace changes
Inline
Side-by-side
optim_to_hdoc/optim_to_hdoc.ant
View file @
fce0a1b4
...
...
@@ -49,6 +49,8 @@
<echo
message=
"Convert to hdoc..."
/>
<xslt
basedir=
"${tmp}/internationalisation"
destdir=
"${out}"
style=
"${xsl}/optim_to_hdoc.xsl"
/>
<echo
message=
"Copy ressources files..."
/>
...
...
@@ -63,6 +65,26 @@
</fileset>
</copy>
<for
param=
"folder"
>
<path>
<dirset
dir=
"${out}"
includes=
"*"
/>
</path>
<sequential>
<local
name=
"folder_name"
/>
<basename
property=
"folder_name"
file=
"@{folder}"
/>
<copy
todir=
"@{folder}"
>
<fileset
dir=
"${tmp}/extract"
>
<!-- only copying resources files -->
<exclude
name=
"*/*.paper"
/>
<exclude
name=
"*/*.section"
/>
<exclude
name=
"*/*.website"
/>
<exclude
name=
"*/*.slideshow"
/>
<exclude
name=
"*/*.webpage"
/>
</fileset>
</copy>
</sequential>
</for>
<echo
message=
"Zip result..."
/>
<for
param=
"folder"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment