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
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
c6365917
Commit
c6365917
authored
Jun 23, 2010
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man: generate ANSI prototypes in HTML man pages
parent
9e632bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
Makefile.am
Makefile.am
+17
-5
No files found.
Makefile.am
View file @
c6365917
...
...
@@ -576,22 +576,26 @@ CLEANFILES += \
endif
if
HAVE_XSLTPROC
XSLTPROC_FLAGS
=
\
--nonet
\
--param
funcsynopsis.style
"'ansi'"
XSLTPROC_PROCESS_MAN
=
\
$(AM_V_GEN)$(MKDIR_P)
$(
dir
$@
)
&&
\
$(XSLTPROC)
-o
$@
--nonet
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$<
$(XSLTPROC)
-o
$@
$(XSLTPROC_FLAGS)
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$<
XSLTPROC_PROCESS_MAN_IN
=
\
$(AM_V_GEN)$(MKDIR_P)
$(
dir
$@
)
&&
\
$(XSLTPROC)
-o
${
@
:.in
=
}
--nonet
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$<
&&
\
$(XSLTPROC)
-o
${
@
:.in
=
}
$(XSLTPROC_FLAGS)
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
$<
&&
\
mv
${
@
:.in
=
}
$@
XSLTPROC_PROCESS_HTML
=
\
$(AM_V_GEN)$(MKDIR_P)
$(
dir
$@
)
&&
\
$(XSLTPROC)
-o
$@
--nonet
http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl
$<
$(XSLTPROC)
-o
$@
$(XSLTPROC_FLAGS)
http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl
$<
XSLTPROC_PROCESS_HTML_IN
=
\
$(AM_V_GEN)$(MKDIR_P)
$(
dir
$@
)
&&
\
$(XSLTPROC)
-o
${
@
:.in
=
}
--nonet
http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl
$<
&&
\
$(XSLTPROC)
-o
${
@
:.in
=
}
$(XSLTPROC_FLAGS)
http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl
$<
&&
\
mv
${
@
:.in
=
}
$@
man/%.3
:
man/%.xml
...
...
@@ -635,7 +639,15 @@ CLEANFILES += \
man/systemd.special.7.in
\
man/systemd.unit.html
\
man/systemd.service.html
\
man/systemd.special.html.in
man/systemd.special.html.in
\
man/daemon.html
\
man/runlevel.html
\
man/sd_booted.html
\
man/sd-daemon.html
\
man/sd_is_fifo.html
\
man/sd_listen_fds.html
\
man/sd_notify.html
\
man/systemd.html
endif
org.freedesktop.systemd1.%.xml
:
systemd
...
...
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