diff options
author | Lars Thorsen <[email protected]> | 2017-09-28 12:01:02 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-09-28 12:10:06 +0200 |
commit | 38609b8c9e5ed8d38546329facd641198e4f7be8 (patch) | |
tree | bbb3fce1d981969a227a5b2906283008151bb17a /lib/edoc/priv/Makefile | |
parent | 9395c7b4a2079349fdb881a1f537af5b73eacfd2 (diff) | |
download | otp-38609b8c9e5ed8d38546329facd641198e4f7be8.tar.gz otp-38609b8c9e5ed8d38546329facd641198e4f7be8.tar.bz2 otp-38609b8c9e5ed8d38546329facd641198e4f7be8.zip |
[edoc] Remove unused module otpsgml_layout.erl
This module was used when the OTP documentation was written in SGML.
It's now replaced by code in erl_docgen and therefor removed.
The option trigging the call of this module has also been removed
from the script edoc_generate.
Diffstat (limited to 'lib/edoc/priv/Makefile')
-rw-r--r-- | lib/edoc/priv/Makefile | 17 |
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: - |