mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07:00
man: Fix out-of-source manpage builds.
This commit is contained in:
parent
df50185b43
commit
8df5c320a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user