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
57713d35
Commit
57713d35
authored
Jan 07, 2016
by
Jean Vintache
Browse files
fix *.scar to result.scar in ant
parent
8b33cd98
Changes
1
Hide whitespace changes
Inline
Side-by-side
etherpad_to_optim/etherpad_to_optim.ant
View file @
57713d35
...
...
@@ -41,7 +41,7 @@
<exec
executable=
"/bin/bash"
dir=
"../hdoc_to_optim"
>
<arg
value=
"../hdoc_to_optim/run.sh"
/>
</exec>
<copy
file=
"${opti_out}/
*
.scar"
todir=
"output"
/>
<copy
file=
"${opti_out}/
result
.scar"
todir=
"output"
/>
</target>
<target
name=
"to_optim_windows"
if=
"${is_windows}"
>
...
...
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