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
010fdf80
Commit
010fdf80
authored
Jan 07, 2016
by
Jean Vintache
Browse files
fix etherpad to lexique
parent
750a0381
Changes
2
Hide whitespace changes
Inline
Side-by-side
etherpad_to_lexique/etherpad_to_lexique.ant
View file @
010fdf80
...
...
@@ -27,7 +27,7 @@
</delete>
<copy
file=
"input/pad.html"
todir=
"${eth_in}"
/>
<exec
executable=
"/bin/bash"
dir=
"../etherpad_to_hdoc"
>
<arg
value=
"../etherpad_to_hdoc/run.sh"
/>
<arg
value=
"../etherpad_to_hdoc/run.sh"
/>
</exec>
</target>
...
...
@@ -39,7 +39,8 @@
</delete>
<copy
file=
"${eth_out}/pad.hdoc"
todir=
"${lex_in}"
/>
<exec
executable=
"/bin/bash"
dir=
"../hdoc_to_lexique"
>
<arg
value=
"../hdoc_to_lexique/run.sh"
/>
<arg
value=
"../hdoc_to_lexique/run.sh"
/>
</exec>
<copy
file=
"${lex_out}/*.scar"
todir=
"output"
/>
</target>
...
...
hdoc_to_optim/input/sample.hdoc
deleted
100644 → 0
View file @
750a0381
File deleted
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