Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
7a7315d0
Commit
7a7315d0
authored
Feb 01, 2012
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make: Fix Documentation/Makefile to not rebuild man without change
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@openvz.org
>
parent
44a05e70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Makefile
Documentation/Makefile
+6
-5
No files found.
Documentation/Makefile
View file @
7a7315d0
...
...
@@ -11,14 +11,15 @@ ASCIIDOC := asciidoc
A2X
:=
a2x
XMLTO
:=
xmlto
MAN
:=
crtools.txt
SRC
:=
crtools.txt
MANS
:=
$
(
patsubst %.txt,%.1,
$(SRC)
)
all
:
man
all
:
$(MANS)
man
:
$(MAN)
%.1
:
%.txt
$(E)
" GEN "
$@
$(Q)
$(ASCIIDOC)
-b
docbook
-d
manpage
-o
crtools.xml crtools.txt
$(Q)
$(XMLTO)
man
--skip-validation
crtools.xml
2>/dev/null
$(Q)
$(ASCIIDOC)
-b
docbook
-d
manpage
-o
$
(
patsubst %.1,%.xml,
$@
)
$<
$(Q)
$(XMLTO)
man
--skip-validation
$
(
patsubst %.1,%.xml,
$@
)
2>/dev/null
clean
:
$(E)
" CLEAN "
...
...
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