Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
010fdf80
Commit
010fdf80
authored
Jan 07, 2016
by
Jean Vintache
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix etherpad to lexique
parent
750a0381
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
etherpad_to_lexique/etherpad_to_lexique.ant
etherpad_to_lexique/etherpad_to_lexique.ant
+3
-2
hdoc_to_optim/input/sample.hdoc
hdoc_to_optim/input/sample.hdoc
+0
-0
No files found.
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
Markdown
is supported
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