diff options
author | Lars Thorsen <[email protected]> | 2017-10-10 10:18:07 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-10-10 10:18:07 +0200 |
commit | 23ed87829571316b4d026dd57bb69737921f7fcc (patch) | |
tree | 0896eaa008c9c322f5f38325090002f069ab9719 /lib/common_test/doc/src/Makefile | |
parent | a803be12d22b7b91ba9d0c7d781c5228eaaeb47e (diff) | |
parent | 38609b8c9e5ed8d38546329facd641198e4f7be8 (diff) | |
download | otp-23ed87829571316b4d026dd57bb69737921f7fcc.tar.gz otp-23ed87829571316b4d026dd57bb69737921f7fcc.tar.bz2 otp-23ed87829571316b4d026dd57bb69737921f7fcc.zip |
Merge branch 'lars/doc-cleanup/OTP-14475' into maint
* lars/doc-cleanup/OTP-14475:
[edoc] Remove unused module otpsgml_layout.erl
Remove unused files from the documentation build
Diffstat (limited to 'lib/common_test/doc/src/Makefile')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index faa2d58a06..b60b04c4ae 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -57,9 +57,7 @@ XML_REF3_FILES = ct.xml \ ct_testspec.xml XML_REF6_FILES = common_test_app.xml -XML_PART_FILES = part.xml -# part_notes.xml \ -# part_notes_history.xml +XML_PART_FILES = part.xml XML_CHAPTER_FILES = \ basics_chapter.xml \ @@ -77,7 +75,7 @@ XML_CHAPTER_FILES = \ ct_hooks_chapter.xml \ dependencies_chapter.xml \ notes.xml \ - notes_history.xml + notes_history.xml BOOK_FILES = book.xml @@ -111,10 +109,10 @@ SPECS_FILES = $(XML_REF3_FILES:%.xml=$(SPECDIR)/specs_%.xml) TOP_SPECS_FILE = specs.xml # ---------------------------------------------------- -# FLAGS +# FLAGS # ---------------------------------------------------- -XML_FLAGS += -DVIPS_FLAGS += +XML_FLAGS += +DVIPS_FLAGS += SPECS_FLAGS = -I../../include -I../../../snmp/include \ -I../../../kernel/include @@ -131,14 +129,14 @@ $(TOP_PDF_FILE): $(XML_FILES) pdf: $(TOP_PDF_FILE) -html: gifs $(HTML_REF_MAN_FILE) +html: gifs $(HTML_REF_MAN_FILE) gifs: $(GIF_FILES:%=$(HTMLDIR)/%) man: $(MAN6_FILES) $(MAN3_FILES) $(MAN1_FILES) -debug opt: +debug opt: clean clean_docs: rm -rf $(HTMLDIR)/* @@ -147,11 +145,11 @@ clean clean_docs: rm -f $(MAN6DIR)/* rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) rm -f $(SPECDIR)/* - rm -f errs core *~ + rm -f errs core *~ # ---------------------------------------------------- # Release Target -# ---------------------------------------------------- +# ---------------------------------------------------- include $(ERL_TOP)/make/otp_release_targets.mk |