aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webtool/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-10-12 12:21:15 +0200
committerBjörn Gustavsson <[email protected]>2015-10-14 16:21:59 +0200
commitd8ff1e37c38c37304fb44ba6618da141e4d08c21 (patch)
treeafa66a50629b79f8e18b20fdf8998f57917a2822 /lib/webtool/Makefile
parentf658c063ad5c587a354e24233de3405953bd7cec (diff)
downloadotp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.gz
otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.bz2
otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.zip
Remove the deprecated webtool application
Diffstat (limited to 'lib/webtool/Makefile')
-rw-r--r--lib/webtool/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/lib/webtool/Makefile b/lib/webtool/Makefile
deleted file mode 100644
index 9afcb87af2..0000000000
--- a/lib/webtool/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# %CopyrightBegin%
-#
-# Copyright Ericsson AB 2001-2009. 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.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# %CopyrightEnd%
-#
-include $(ERL_TOP)/make/target.mk
-include $(ERL_TOP)/make/$(TARGET)/otp.mk
-
-# ----------------------------------------------------
-# Common Macros
-# ----------------------------------------------------
-
-SUB_DIRECTORIES = src priv doc/src
-
-include vsn.mk
-VSN = $(WEBTOOL_VSN)
-
-SPECIAL_TARGETS =
-
-# ----------------------------------------------------
-# Default Subdir Targets
-# ----------------------------------------------------
-include $(ERL_TOP)/make/otp_subdir.mk
-
-