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
17305f1b
Commit
17305f1b
authored
Jan 11, 2017
by
bperraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add output dir for opale_to_hdoc converter
parent
a43c73d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
opale_to_hdoc/opale_to_hdoc.ant
opale_to_hdoc/opale_to_hdoc.ant
+3
-1
opale_to_hdoc/output/.gitkeep
opale_to_hdoc/output/.gitkeep
+0
-0
No files found.
opale_to_hdoc/opale_to_hdoc.ant
View file @
17305f1b
...
...
@@ -22,7 +22,9 @@
<!-- Beginning -->
<target name="convert">
<delete dir="${OutputPath}"/>
<delete>
<fileset dir="${OutputPath}" excludes=".gitkeep"/>
</delete>
<mkdir dir="${OutputPath}"/>
<for param="filename">
<path>
...
...
opale_to_hdoc/output/.gitkeep
0 → 100644
View file @
17305f1b
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