[systemd-commits] Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Jan 4 10:11:38 PST 2012
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8df5c320a502786834a715eb30dc763ad74670e8
Author: MichaŠGórny <mgorny at gentoo.org>
Date: Wed Jan 4 18:29:22 2012 +0100
man: Fix out-of-source manpage builds.
diff --git a/Makefile.am b/Makefile.am
index 21cac4e..b778b1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2051,11 +2051,11 @@ XSLTPROC_PROCESS_MAN_IN = \
XSLTPROC_PROCESS_HTML = \
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
- $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) man/custom-html.xsl $<
+ $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
XSLTPROC_PROCESS_HTML_IN = \
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
- $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) man/custom-html.xsl $< && \
+ $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $< && \
mv ${@:.in=} $@
man/%.1: man/%.xml
More information about the systemd-commits
mailing list