1#
2# %CopyrightBegin%
3#
4# Copyright Ericsson AB 1999-2020. All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10#     http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18# %CopyrightEnd%
19#
20
21#
22include $(ERL_TOP)/make/target.mk
23include $(ERL_TOP)/make/$(TARGET)/otp.mk
24
25# ----------------------------------------------------
26# Application version
27# ----------------------------------------------------
28include ../../vsn.mk
29VSN=$(SSL_VSN)
30APPLICATION=ssl
31
32# ----------------------------------------------------
33# Target Specs
34# ----------------------------------------------------
35XML_APPLICATION_FILES = refman.xml
36XML_REF3_FILES = ssl.xml ssl_crl_cache.xml ssl_crl_cache_api.xml ssl_session_cache_api.xml
37XML_REF6_FILES = ssl_app.xml
38
39XML_PART_FILES = usersguide.xml
40XML_CHAPTER_FILES = \
41	ssl_introduction.xml \
42	ssl_protocol.xml \
43	using_ssl.xml \
44	ssl_distribution.xml \
45	standards_compliance.xml \
46	notes.xml
47
48BOOK_FILES = book.xml
49
50XML_FILES = $(BOOK_FILES) $(XML_APPLICATION_FILES) $(XML_REF3_FILES) $(XML_REF6_FILES) \
51            $(XML_PART_FILES) $(XML_CHAPTER_FILES)
52
53TOP_SPECS_FILE = specs.xml
54
55NO_CHUNKS = ssl_crl_cache_api.xml ssl_session_cache_api.xml
56
57# ----------------------------------------------------
58include $(ERL_TOP)/make/doc.mk
59