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
d4bb5ede
Commit
d4bb5ede
authored
Jan 04, 2016
by
Jean-Baptiste Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optim_to_opale:
cleaning optim_to_hdoc and doc_to_opale input directories before running
parent
61b96be8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
optim_to_opale/optim_to_opale.ant
optim_to_opale/optim_to_opale.ant
+5
-0
No files found.
optim_to_opale/optim_to_opale.ant
View file @
d4bb5ede
...
...
@@ -198,6 +198,11 @@
<mkdir
dir=
"${tmp}"
/>
<delete
dir=
"${out}"
failonerror=
"false"
/>
<mkdir
dir=
"${out}"
/>
<delete
dir=
"${optim_to_hdoc_in}"
failonerror=
"false"
/>
<mkdir
dir=
"${optim_to_hdoc_in}"
/>
<delete
dir=
"${hdoc_to_opale_in}"
failonerror=
"false"
/>
<mkdir
dir=
"${hdoc_to_opale_in}"
/>
</target>
</project>
\ No newline at end of file
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