Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
1eda19cf
Commit
1eda19cf
authored
Aug 12, 2014
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: better clean target
A bunch of intermediate files would be sitting around otherwise.
parent
24cee065
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile
doc/Makefile
+4
-1
No files found.
doc/Makefile
View file @
1eda19cf
...
...
@@ -30,6 +30,9 @@ HTML_ARGS = -a data-uri --icons -r $(RESOURCE_FILES) -r . \
# most convenient deliverables
DOCS_OUT
=
$(PROJECT)
.pdf
$(PROJECT)
.html docbook-xsl.css
# intermediate files
DOCS_TMP
=
$(PROJECT)
.fo
$(PROJECT)
.xml
.PHONY
:
all prep chunked xhtml pdf clean
all
:
chunked xhtml pdf
...
...
@@ -58,4 +61,4 @@ pdf: prep
clean
:
@
echo
"** cleaning up"
@
if
[
-d
"
$(BUILDDIR)
"
]
;
then
cd
"
$(BUILDDIR)
"
;
fi
;
\
rm
-rf
$(DOCS_OUT)
$(
PROJECT)
.chunked/
rm
-rf
$(DOCS_OUT)
$(
DOCS_TMP)
$(PROJECT)
.chunked/ .fop.xconf
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