aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/doc/src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-04-15 13:13:16 +0200
committerHans Bolinder <[email protected]>2019-04-15 13:13:16 +0200
commit1d64b1283a31673085ce16cf073fbb5ef671e521 (patch)
tree2204e157c3647f7cd69ce92d051dcaf20e56972c /lib/syntax_tools/doc/src
parent97076e32e70dadd571ee8bb2473464f9bada836d (diff)
parent8eaa16b8718499be9298d855fdd3fde8f060823f (diff)
downloadotp-1d64b1283a31673085ce16cf073fbb5ef671e521.tar.gz
otp-1d64b1283a31673085ce16cf073fbb5ef671e521.tar.bz2
otp-1d64b1283a31673085ce16cf073fbb5ef671e521.zip
Merge branch 'hasse/fix_doc_links'
* hasse/fix_doc_links: edoc: Fix doc links syntax_tools: Fix doc link
Diffstat (limited to 'lib/syntax_tools/doc/src')
-rw-r--r--lib/syntax_tools/doc/src/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/Makefile b/lib/syntax_tools/doc/src/Makefile
index d953287bad..b799c76177 100644
--- a/lib/syntax_tools/doc/src/Makefile
+++ b/lib/syntax_tools/doc/src/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2006-2018. All Rights Reserved.
+# Copyright Ericsson AB 2006-2019. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -82,6 +82,9 @@ HTML_REF_MAN_FILE = $(HTMLDIR)/index.html
TOP_PDF_FILE = $(PDFDIR)/$(APPLICATION)-$(VSN).pdf
+EXAMPLES_DIR = ../../examples
+EXAMPLES = $(EXAMPLES_DIR)/demo.erl
+
SPECS_FILES = $(XML_REF3_FILES:%.xml=$(SPECDIR)/specs_%.xml)
TOP_SPECS_FILE = specs.xml
@@ -146,5 +149,7 @@ release_docs_spec: docs
$(INSTALL_DATA) $(INFO_FILE) "$(RELSYSDIR)"
$(INSTALL_DIR) "$(RELEASE_PATH)/man/man3"
$(INSTALL_DATA) $(MAN3DIR)/* "$(RELEASE_PATH)/man/man3"
+ $(INSTALL_DIR) "$(RELSYSDIR)/examples"
+ $(INSTALL_DATA) $(EXAMPLES) "$(RELSYSDIR)/doc/html"
release_spec: