diff options
author | Lukas Larsson <[email protected]> | 2017-11-20 10:15:07 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-11-20 10:15:07 +0100 |
commit | f977d258d3e69da8ce0549f0a7bc3d8d9ccf82a6 (patch) | |
tree | 9c221c95d3db343ab02c2303a90d34a208611e1a /lib/runtime_tools/doc/src | |
parent | 1037acb9cba3f88d9dbd318e6f7f75866b5a5fca (diff) | |
parent | f3af7cf7170246c9e324e78a0fa9e7207ae877f7 (diff) | |
download | otp-f977d258d3e69da8ce0549f0a7bc3d8d9ccf82a6.tar.gz otp-f977d258d3e69da8ce0549f0a7bc3d8d9ccf82a6.tar.bz2 otp-f977d258d3e69da8ce0549f0a7bc3d8d9ccf82a6.zip |
Merge branch 'lukas/docs/xmllint_fixes/OTP-14721' into maint
* lukas/docs/xmllint_fixes/OTP-14721:
ssl/ssh: Remove/ignore unused XML_FILES doc files
Refactor xmllint check and make it fail on failure
Add toplevel xmllint make target
Conflicts:
lib/crypto/doc/src/Makefile
Diffstat (limited to 'lib/runtime_tools/doc/src')
-rw-r--r-- | lib/runtime_tools/doc/src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/runtime_tools/doc/src/Makefile b/lib/runtime_tools/doc/src/Makefile index dad229e193..ec19a4ce59 100644 --- a/lib/runtime_tools/doc/src/Makefile +++ b/lib/runtime_tools/doc/src/Makefile @@ -45,7 +45,7 @@ XML_REF3_FILES = dbg.xml dyntrace.xml erts_alloc_config.xml system_information.x XML_REF6_FILES = runtime_tools_app.xml XML_PART_FILES = part.xml -XML_CHAPTER_FILES = notes.xml notes_history.xml LTTng.xml +XML_CHAPTER_FILES = notes.xml LTTng.xml GENERATED_XML_FILES = DTRACE.xml SYSTEMTAP.xml @@ -54,7 +54,8 @@ BOOK_FILES = book.xml XML_FILES = \ $(BOOK_FILES) $(XML_CHAPTER_FILES) \ $(XML_PART_FILES) $(XML_REF3_FILES) \ - $(XML_REF6_FILES) $(XML_APPLICATION_FILES) + $(XML_REF6_FILES) $(XML_APPLICATION_FILES) \ + $(GENERATED_XML_FILES) GIF_FILES = @@ -89,7 +90,6 @@ SPECS_FLAGS = -I../../include -I../../../kernel/src # ---------------------------------------------------- # Targets # ---------------------------------------------------- -$(XML_FILES): $(GENERATED_XML_FILES) %.xml: $(ERL_TOP)/HOWTO/%.md $(ERL_TOP)/make/emd2exml $(ERL_TOP)/make/emd2exml $< $@ |