aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/dtd
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2011-11-16 15:14:07 +0100
committerLars Thorsen <[email protected]>2011-11-18 14:28:44 +0100
commite2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2 (patch)
tree257556955c3e41ac744dc7237194060c9c7fb025 /lib/erl_docgen/priv/dtd
parent2da3a1fb06caf0c7fc53a8efdfbc769278b4323f (diff)
downloadotp-e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2.tar.gz
otp-e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2.tar.bz2
otp-e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2.zip
[erl_docgen] Update references to modules that changed name
Diffstat (limited to 'lib/erl_docgen/priv/dtd')
-rw-r--r--lib/erl_docgen/priv/dtd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/erl_docgen/priv/dtd/Makefile b/lib/erl_docgen/priv/dtd/Makefile
index e2214107cb..9454147258 100644
--- a/lib/erl_docgen/priv/dtd/Makefile
+++ b/lib/erl_docgen/priv/dtd/Makefile
@@ -62,7 +62,9 @@ DTD_FILES = \
fascicules.dtd \
terms.dtd
-
+ENT_FILES = \
+ xhtml-special.ent \
+ xhtml-symbol.ent
# ----------------------------------------------------
# FLAGS
@@ -87,8 +89,8 @@ include $(ERL_TOP)/make/otp_release_targets.mk
release_spec: opt
- $(INSTALL_DIR) $(RELSYSDIR)/priv/docbuilder_dtd
- $(INSTALL_DATA) $(DTD_FILES) $(RELSYSDIR)/priv/docbuilder_dtd
+ $(INSTALL_DIR) $(RELSYSDIR)/priv/dtd
+ $(INSTALL_DATA) $(DTD_FILES) $(ENT_FILES) $(RELSYSDIR)/priv/dtd
release_docs_spec: