aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/priv/Makefile
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2017-10-10 10:18:07 +0200
committerLars Thorsen <[email protected]>2017-10-10 10:18:07 +0200
commit23ed87829571316b4d026dd57bb69737921f7fcc (patch)
tree0896eaa008c9c322f5f38325090002f069ab9719 /lib/edoc/priv/Makefile
parenta803be12d22b7b91ba9d0c7d781c5228eaaeb47e (diff)
parent38609b8c9e5ed8d38546329facd641198e4f7be8 (diff)
downloadotp-23ed87829571316b4d026dd57bb69737921f7fcc.tar.gz
otp-23ed87829571316b4d026dd57bb69737921f7fcc.tar.bz2
otp-23ed87829571316b4d026dd57bb69737921f7fcc.zip
Merge branch 'lars/doc-cleanup/OTP-14475' into maint
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build
Diffstat (limited to 'lib/edoc/priv/Makefile')
-rw-r--r--lib/edoc/priv/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/edoc/priv/Makefile b/lib/edoc/priv/Makefile
index 9873136201..45bff37b39 100644
--- a/lib/edoc/priv/Makefile
+++ b/lib/edoc/priv/Makefile
@@ -1,6 +1,6 @@
#
# Copyright (C) 2004, Ericsson Telecommunications
-# Author: Richard Carlsson, Bertil Karlsson
+# Author: Richard Carlsson, Bertil Karlsson
#
include $(ERL_TOP)/make/target.mk
include $(ERL_TOP)/make/$(TARGET)/otp.mk
@@ -9,9 +9,6 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
# Application version
# ----------------------------------------------------
include ../vsn.mk
-include ../../xmerl/vsn.mk
-include ../../syntax_tools/vsn.mk
-
# ----------------------------------------------------
# Release directory specification
@@ -23,21 +20,12 @@ RELSYSDIR = $(RELEASE_PATH)/lib/edoc-$(EDOC_VSN)
# Common Macros
#
-GEN_SCRIPT_SRC = edoc_generate.src
GEN_SCRIPT = edoc_generate
PRIV_FILES = stylesheet.css erlang.png edoc.dtd
-debug opt: $(GEN_SCRIPT)
-
-$(GEN_SCRIPT): ../vsn.mk ../../xmerl/vsn.mk ../../syntax_tools/vsn.mk \
- $(GEN_SCRIPT_SRC)
- $(vsn_verbose)sed -e "s/%EDOC_VSN%/$(EDOC_VSN)/g" \
- -e "s/%XMERL_VSN%/$(XMERL_VSN)/g" \
- -e "s/%SYNTAX_TOOLS_VSN%/$(SYNTAX_TOOLS_VSN)/g" \
- $(GEN_SCRIPT_SRC) > $(GEN_SCRIPT)
+debug opt:
clean:
- rm -f $(GEN_SCRIPT)
rm -f core *~
docs:
@@ -54,4 +42,3 @@ release_spec: opt
release_docs_spec:
-