diff options
author | Hans Bolinder <[email protected]> | 2016-07-04 17:00:11 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-07-07 08:39:50 +0200 |
commit | 531708281a3a2cf336dc92651ede8d9d95f331cb (patch) | |
tree | d5d77cf4a1fa0adb47a36346a89ac08af482c569 /lib/wx/doc/src/Makefile | |
parent | fab6d311d90b2361b7e719ffa07a72b76826a55b (diff) | |
download | otp-531708281a3a2cf336dc92651ede8d9d95f331cb.tar.gz otp-531708281a3a2cf336dc92651ede8d9d95f331cb.tar.bz2 otp-531708281a3a2cf336dc92651ede8d9d95f331cb.zip |
wx: Prepare for using Erlang types and specs
Create correct links to datatypes outside of the wx application.
The added time for generating the doc/specs/specs_* files is unwelcome
(they are currently not used).
Diffstat (limited to 'lib/wx/doc/src/Makefile')
-rw-r--r-- | lib/wx/doc/src/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/wx/doc/src/Makefile b/lib/wx/doc/src/Makefile index cae2f9fe4e..23890f47f0 100644 --- a/lib/wx/doc/src/Makefile +++ b/lib/wx/doc/src/Makefile @@ -63,10 +63,15 @@ HTML_REF_MAN_FILE = $(HTMLDIR)/index.html TOP_PDF_FILE = $(PDFDIR)/$(APPLICATION)-$(VSN).pdf +SPECS_FILES = $(XML_REF3_FILES:%.xml=$(SPECDIR)/specs_%.xml) + +TOP_SPECS_FILE = specs.xml + # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- XML_FLAGS += +SPECS_FLAGS = -I../../include -I../../src DVIPS_FLAGS += # ---------------------------------------------------- @@ -111,6 +116,7 @@ clean clean_docs: rm -rf $(HTMLDIR)/* rm -f $(MAN3DIR)/* rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo) + rm -f $(SPECDIR)/* rm -f errs core *~ ../html/edoc-info rm -f $(XML_REF3_FILES) $(XML_CHAPTER_FILES) *.html |