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 /system/doc | |
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 'system/doc')
-rw-r--r-- | system/doc/top/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/top/Makefile b/system/doc/top/Makefile index aac90fcaa4..11920ec9d1 100644 --- a/system/doc/top/Makefile +++ b/system/doc/top/Makefile @@ -165,7 +165,7 @@ $(HTMLDIR)/highlights.html: highlights.xml date=`date +"%B %e %Y"`; \ $(XSLTPROC) --output $(@) --stringparam docgen "$(DOCGEN)" --stringparam topdocdir "$(TOPDOCDIR)" \ --stringparam pdfdir "$(PDFREFDIR)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" \ - --stringparam appver "$(VSN)" -path $(DOCGEN)/priv/docbuilder_dtd -path $(DOCGEN)/priv/dtd_html_entities \ + --stringparam appver "$(VSN)" -path $(DOCGEN)/priv/dtd -path $(DOCGEN)/priv/dtd_html_entities \ $(DOCGEN)/priv/xsl/db_html.xsl $< @@ -173,7 +173,7 @@ $(HTMLDIR)/incompatible.html: incompatible.xml date=`date +"%B %e %Y"`; \ $(XSLTPROC) --output $(@) --stringparam docgen "$(DOCGEN)" --stringparam topdocdir "$(TOPDOCDIR)" \ --stringparam pdfdir "$(PDFREFDIR)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" \ - --stringparam appver "$(VSN)" -path $(DOCGEN)/priv/docbuilder_dtd -path $(DOCGEN)/priv/dtd_html_entities \ + --stringparam appver "$(VSN)" -path $(DOCGEN)/priv/dtd -path $(DOCGEN)/priv/dtd_html_entities \ $(DOCGEN)/priv/xsl/db_html.xsl $< #-------------------------------------------------------------------------- |