aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/doc/src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-04-09 10:17:18 +0200
committerHans Bolinder <[email protected]>2019-04-11 09:07:40 +0200
commit8eaa16b8718499be9298d855fdd3fde8f060823f (patch)
tree7a427da87e7ae2ce234f65980b16fe5d7b6e64e9 /lib/edoc/doc/src
parente176ee0b10ae8d846ac0867576b1fd77ec397fa2 (diff)
downloadotp-8eaa16b8718499be9298d855fdd3fde8f060823f.tar.gz
otp-8eaa16b8718499be9298d855fdd3fde8f060823f.tar.bz2
otp-8eaa16b8718499be9298d855fdd3fde8f060823f.zip
edoc: Fix doc links
Links that used to work for 'make edocs' only, now work for 'make release_docs' and on erlang.org as well.
Diffstat (limited to 'lib/edoc/doc/src')
-rw-r--r--lib/edoc/doc/src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/edoc/doc/src/Makefile b/lib/edoc/doc/src/Makefile
index aba94a6802..3e53e75c75 100644
--- a/lib/edoc/doc/src/Makefile
+++ b/lib/edoc/doc/src/Makefile
@@ -79,6 +79,11 @@ HTML_REF_MAN_FILE = $(HTMLDIR)/index.html
TOP_PDF_FILE = $(PDFDIR)/$(APPLICATION)-$(VSN).pdf
+INCLUDES_DIR = ../../include
+INCLUDES = $(INCLUDES_DIR)/edoc_doclet.hrl
+
+DTDS_DIR = ../../priv
+DTDS = $(DTDS_DIR)/edoc.dtd
# ----------------------------------------------------
# FLAGS
@@ -135,5 +140,6 @@ release_docs_spec: docs
$(INSTALL_DATA) $(INFO_FILE) "$(RELSYSDIR)"
$(INSTALL_DIR) "$(RELEASE_PATH)/man/man3"
$(INSTALL_DATA) $(MAN3DIR)/* "$(RELEASE_PATH)/man/man3"
+ $(INSTALL_DATA) $(INCLUDES) $(DTDS) "$(RELSYSDIR)/doc/html"
release_spec: