aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2011-12-09 13:05:30 +0100
committerLars Thorsen <[email protected]>2011-12-09 13:05:30 +0100
commit78bbed8a811116bb9a3332336e97fecd06a338db (patch)
treea37ec133814ca73a087e8c4964059833cf0450eb /lib
parentc20450e213fccaf38e39f9416d619515c50870ed (diff)
parentab5437ed686334bce133c89ef6f7638d90812c6d (diff)
downloadotp-78bbed8a811116bb9a3332336e97fecd06a338db.tar.gz
otp-78bbed8a811116bb9a3332336e97fecd06a338db.tar.bz2
otp-78bbed8a811116bb9a3332336e97fecd06a338db.zip
Merge branch 'lars/doc-include-path-error'
* lars/doc-include-path-error: Fix error in dtd include paths to xsltproc.
Diffstat (limited to 'lib')
-rw-r--r--lib/snmp/doc/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/Makefile b/lib/snmp/doc/src/Makefile
index df597c8ba7..8645886590 100644
--- a/lib/snmp/doc/src/Makefile
+++ b/lib/snmp/doc/src/Makefile
@@ -165,7 +165,7 @@ $(MAN7DIR)/%.7: $(MIBSDIR)/%.mib
$(MAN1DIR)/snmpc.1: snmpc_cmd.xml
date=`date +"%B %e %Y"`; \
- xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
+ xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/dtd -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
include $(ERL_TOP)/make/otp_release_targets.mk