aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/top/Makefile
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2011-12-09 12:13:26 +0100
committerLars Thorsen <[email protected]>2011-12-09 12:15:38 +0100
commitab5437ed686334bce133c89ef6f7638d90812c6d (patch)
tree91a83a101187cf6c9713d2b64a501b38d9220c3d /system/doc/top/Makefile
parent4e760e2eff99f9b844a16c3c68fcfa066fae4976 (diff)
downloadotp-ab5437ed686334bce133c89ef6f7638d90812c6d.tar.gz
otp-ab5437ed686334bce133c89ef6f7638d90812c6d.tar.bz2
otp-ab5437ed686334bce133c89ef6f7638d90812c6d.zip
Fix error in dtd include paths to xsltproc.
Diffstat (limited to 'system/doc/top/Makefile')
-rw-r--r--system/doc/top/Makefile4
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 $<
#--------------------------------------------------------------------------