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
8b33cd98
Commit
8b33cd98
authored
Jan 07, 2016
by
Jean Vintache
Browse files
fix etherpad_to_opale
parent
0be1536d
Changes
1
Hide whitespace changes
Inline
Side-by-side
etherpad_to_opale/etherpad_to_opale.ant
View file @
8b33cd98
...
...
@@ -38,7 +38,9 @@
<include
name=
"*.html"
/>
</fileset>
</copy>
<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_opale_init"
>
...
...
@@ -53,7 +55,9 @@
<copy
todir=
"${opa_in}"
>
<fileset
dir=
"${eth_out}"
/>
</copy>
<exec
dir=
"../hdoc_to_opale"
executable=
"run.sh"
/>
<exec
executable=
"/bin/bash"
dir=
"../hdoc_to_opale"
>
<arg
value=
"../hdoc_to_opale/run.sh"
/>
</exec>
</target>
<target
name=
"to_opale_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