Commit 43c16e73 authored by Michael Tremer's avatar Michael Tremer

Fix building man pages on Mac OS X

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent f4fef543
......@@ -371,6 +371,11 @@ XSLTPROC_COMMAND_MAN = \
$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) \
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
# Let XSLT find its source on Mac OS X
ifeq ($(OS),Darwin)
export XML_CATALOG_FILES = /usr/local/etc/xml/catalog
endif
man/%.xml: man/%.txt man/asciidoc.conf
$(AM_V_ASCIIDOC)$(MKDIR_P) $(dir $@) && \
$(ASCIIDOC) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment