diff options
author | Lukas Larsson <lukas@erlang.org> | 2017-10-23 13:10:21 +0200 |
---|---|---|
committer | Lukas Larsson <lukas@erlang.org> | 2017-10-31 13:46:05 +0100 |
commit | cc8dade5326d130f1c704f7a47a4d0ce88af370e (patch) | |
tree | c37437457583382f00ddcb13075c89bf17d7fe10 /lib/ssl/doc/src/Makefile | |
parent | 1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e (diff) | |
download | erlang-cc8dade5326d130f1c704f7a47a4d0ce88af370e.tar.gz |
Refactor xmllint check and make it fail on failure
This commit also adds a check to see that all files that
are part of an xi:include also have part of XML_FILES
and vice versa. It also fixes any applications where this
was not true.
Diffstat (limited to 'lib/ssl/doc/src/Makefile')
-rw-r--r-- | lib/ssl/doc/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/Makefile b/lib/ssl/doc/src/Makefile index d54ef47461..0e1f026d46 100644 --- a/lib/ssl/doc/src/Makefile +++ b/lib/ssl/doc/src/Makefile @@ -43,6 +43,7 @@ XML_REF6_FILES = ssl_app.xml XML_PART_FILES = usersguide.xml XML_CHAPTER_FILES = \ + ssl_introduction.xml \ ssl_protocol.xml \ using_ssl.xml \ pkix_certs.xml \ |