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
0be1536d
Commit
0be1536d
authored
Jan 07, 2016
by
Jean Vintache
Browse files
fix run.sh not existing
parent
6bc1b72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
etherpad_to_optim/etherpad_to_optim.ant
View file @
0be1536d
...
...
@@ -26,7 +26,9 @@
</fileset>
</delete>
<copy
file=
"input/pad.html"
todir=
"${eth_in}"
/>
<exec
dir=
"../etherpad_to_hdoc"
executable=
"run.sh"
/>
<exec
executable=
"/bin/bash"
dir=
"../etherpad_to_hdoc"
>
<arg
value=
"../etherpad_to_hdoc/run.sh"
/>
</exec>
</target>
<target
name=
"to_optim_unix"
if=
"${is_unix}"
>
...
...
@@ -36,7 +38,9 @@
</fileset>
</delete>
<copy
file=
"${eth_out}/pad.hdoc"
todir=
"${opti_in}"
/>
<exec
dir=
"../hdoc_to_optim"
executable=
"run.sh"
/>
<exec
executable=
"/bin/bash"
dir=
"../hdoc_to_optim"
>
<arg
value=
"../hdoc_to_optim/run.sh"
/>
</exec>
<copy
file=
"${opti_out}/*.scar"
todir=
"output"
/>
</target>
...
...
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