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/src/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/src/Makefile')
-rw-r--r-- | lib/edoc/src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/edoc/src/Makefile b/lib/edoc/src/Makefile index 4e5a4182da..ea2f45dc4c 100644 --- a/lib/edoc/src/Makefile +++ b/lib/edoc/src/Makefile @@ -29,8 +29,7 @@ SOURCES= \ edoc.erl edoc_data.erl edoc_doclet.erl edoc_extract.erl \ edoc_layout.erl edoc_lib.erl edoc_macros.erl edoc_parser.erl \ edoc_refs.erl edoc_report.erl edoc_run.erl edoc_scanner.erl \ - edoc_specs.erl edoc_tags.erl edoc_types.erl edoc_wiki.erl \ - otpsgml_layout.erl + edoc_specs.erl edoc_tags.erl edoc_types.erl edoc_wiki.erl OBJECTS=$(SOURCES:%.erl=$(EBIN)/%.$(EMULATOR)) $(APP_TARGET) $(APPUP_TARGET) |