mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
build-sys: enable xsltproc rules only if we have xsltproc
This commit is contained in:
parent
2a3d629467
commit
c3bd732210
@ -350,7 +350,7 @@ CLEANFILES = \
|
|||||||
man/systemd.special.7 \
|
man/systemd.special.7 \
|
||||||
man/systemd.special.html
|
man/systemd.special.html
|
||||||
|
|
||||||
#if HAVE_XSLTPROC
|
if HAVE_XSLTPROC
|
||||||
XSLTPROC_PROCESS_MAN = \
|
XSLTPROC_PROCESS_MAN = \
|
||||||
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
||||||
$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||||
@ -393,7 +393,7 @@ CLEANFILES += \
|
|||||||
man/systemd.unit.html \
|
man/systemd.unit.html \
|
||||||
man/systemd.service.html \
|
man/systemd.service.html \
|
||||||
man/systemd.special.html.in
|
man/systemd.special.html.in
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(MKDIR_P) -m 0755 \
|
$(MKDIR_P) -m 0755 \
|
||||||
|
Loading…
Reference in New Issue
Block a user