diff options
author | Lars Thorsen <[email protected]> | 2011-12-09 12:13:26 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-12-09 12:15:38 +0100 |
commit | ab5437ed686334bce133c89ef6f7638d90812c6d (patch) | |
tree | 91a83a101187cf6c9713d2b64a501b38d9220c3d /lib | |
parent | 4e760e2eff99f9b844a16c3c68fcfa066fae4976 (diff) | |
download | otp-ab5437ed686334bce133c89ef6f7638d90812c6d.tar.gz otp-ab5437ed686334bce133c89ef6f7638d90812c6d.tar.bz2 otp-ab5437ed686334bce133c89ef6f7638d90812c6d.zip |
Fix error in dtd include paths to xsltproc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/snmp/doc/src/Makefile | 2 |
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 |