diff options
author | Hans Bolinder <[email protected]> | 2010-12-01 09:09:23 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2010-12-01 09:09:23 +0100 |
commit | 49b581eaf301f13a1602a5e89b4fb68c3a3d8afe (patch) | |
tree | 5f2661781ac2041ffab0e1d5d6b73624ea94c0d5 /Makefile.in | |
parent | e2191e8215d6aa4dd09cb06d907841713d45c1f0 (diff) | |
parent | 2f93254d2c929d0563c2ab8152da62ee0a91ea10 (diff) | |
download | otp-49b581eaf301f13a1602a5e89b4fb68c3a3d8afe.tar.gz otp-49b581eaf301f13a1602a5e89b4fb68c3a3d8afe.tar.bz2 otp-49b581eaf301f13a1602a5e89b4fb68c3a3d8afe.zip |
Merge branch 'hb/types_and_specs_for_docs/OTP-8720' into dev
* hb/types_and_specs_for_docs/OTP-8720:
Prepare erl_docgen for using Dialyzer specs and types
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4b6e2e1190..ca92bf604d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -393,7 +393,7 @@ endif # --------------------------------------------------------------- # Target only used when building commercial ERTS patches # --------------------------------------------------------------- -release_docs docs: +release_docs docs: mod2app ifeq ($(OTP_SMALL_BUILD),true) cd $(ERL_TOP)/lib && \ ERL_TOP=$(ERL_TOP) $(MAKE) TESTROOT=$(RELEASE_ROOT) $@ @@ -408,6 +408,9 @@ endif cd $(ERL_TOP)/system/doc && \ ERL_TOP=$(ERL_TOP) $(MAKE) TESTROOT=$(RELEASE_ROOT) $@ +mod2app: + $(ERL_TOP)/lib/erl_docgen/priv/bin/xref_mod_app.escript -topdir $(ERL_TOP) -outfile $(ERL_TOP)/make/$(TARGET)/mod2app.xml + # ---------------------------------------------------------------------- ERLANG_EARS=$(BOOTSTRAP_ROOT)/bootstrap/erts ELINK=$(BOOTSTRAP_ROOT)/bootstrap/erts/bin/elink |