mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
man: generate HTML instead of XHTML with XSL docbook to work around 'fsfunc' noise
This commit is contained in:
parent
2e4a6ff47b
commit
38c67e2a44
@ -1771,11 +1771,11 @@ XSLTPROC_PROCESS_MAN_IN = \
|
||||
|
||||
XSLTPROC_PROCESS_HTML = \
|
||||
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
||||
$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
|
||||
$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
|
||||
|
||||
XSLTPROC_PROCESS_HTML_IN = \
|
||||
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
||||
$(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
|
||||
$(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< && \
|
||||
mv ${@:.in=} $@
|
||||
|
||||
man/%.1: man/%.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user