Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snf-ganeti
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
snf-ganeti
Commits
8c7aaa72
Commit
8c7aaa72
authored
Apr 14, 2009
by
Alexander Schreiber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial typo fix in error message
Reviewed-by: iustinp
parent
5bbefdec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+2
-2
No files found.
Makefile.am
View file @
8c7aaa72
...
@@ -255,7 +255,7 @@ doc/rapi-resources.gen: $(BUILD_RAPI_RESOURCE_DOC) $(RAPI_RESOURCES)
...
@@ -255,7 +255,7 @@ doc/rapi-resources.gen: $(BUILD_RAPI_RESOURCE_DOC) $(RAPI_RESOURCES)
rm
-f
$@
rm
-f
$@
man/%.7.in man/%.8.in
:
man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
man/%.7.in man/%.8.in
:
man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
@
test
-n
"
$(DOCBOOK2MAN)
"
||
{
echo
'do
o
cbook2html'
not found during configure
;
exit
1
;
}
@
test
-n
"
$(DOCBOOK2MAN)
"
||
{
echo
'docbook2html'
not found during configure
;
exit
1
;
}
TMPDIR
=
`
mktemp
-d
`
&&
{
\
TMPDIR
=
`
mktemp
-d
`
&&
{
\
$(DOCBOOK_WRAPPER)
"
$(DOCBOOK2MAN)
"
$<
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
;
\
$(DOCBOOK_WRAPPER)
"
$(DOCBOOK2MAN)
"
$<
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
;
\
mv
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
$@
;
\
mv
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
$@
;
\
...
@@ -263,7 +263,7 @@ man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
...
@@ -263,7 +263,7 @@ man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
}
}
man/%.html.in
:
man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
man/%.html.in
:
man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
@
test
-n
"
$(DOCBOOK2HTML)
"
||
{
echo
'do
o
cbook2html'
not found during configure
;
exit
1
;
}
@
test
-n
"
$(DOCBOOK2HTML)
"
||
{
echo
'docbook2html'
not found during configure
;
exit
1
;
}
TMPDIR
=
`
mktemp
-d
`
&&
{
\
TMPDIR
=
`
mktemp
-d
`
&&
{
\
$(DOCBOOK_WRAPPER)
"
$(DOCBOOK2HTML)
--nochunks"
$<
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
;
\
$(DOCBOOK_WRAPPER)
"
$(DOCBOOK2HTML)
--nochunks"
$<
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
;
\
mv
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
$@
;
\
mv
$$
TMPDIR/
$(
patsubst
man/%.in,%,
$@
)
$@
;
\
...
...
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