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
4e934c34
Commit
4e934c34
authored
Jan 12, 2017
by
Baptiste Perraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solve bug with directory output not existing in opale_to_hdoc
parent
66cd5e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
opale_to_pdf/opale_to_pdf.ant
opale_to_pdf/opale_to_pdf.ant
+11
-3
No files found.
opale_to_pdf/opale_to_pdf.ant
View file @
4e934c34
...
...
@@ -17,15 +17,14 @@
<antcall target="opale_to_hdoc" />
<antcall target="hdoc_to_pdf" />
<antcall target="copy_pdf_output" />
<antcall target="clean_everything_after" />
</target>
<target name="clean_everything">
<delete>
<fileset dir="../opale_to_hdoc/input" excludes=".gitkeep"/>
<fileset file="../opale_to_hdoc/output/result.hdoc"/>
<fileset dir="../hdoc_to_pdf/input" excludes=".gitkeep"/>
<fileset file="../hdoc_to_pdf/output/result.pdf"/>
</delete>
</delete>
</target>
<target name="opale_to_hdoc">
...
...
@@ -91,4 +90,13 @@
</copy>
</target>
<target name="clean_everything_after">
<delete>
<fileset dir="../opale_to_hdoc/input" excludes=".gitkeep"/>
<fileset file="../opale_to_hdoc/output/result.hdoc"/>
<fileset dir="../hdoc_to_pdf/input" excludes=".gitkeep"/>
<fileset file="../hdoc_to_pdf/output/result.pdf"/>
</delete>
</target>
</project>
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