diff options
author | Lukas Larsson <[email protected]> | 2019-06-20 16:09:53 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-06-26 10:08:19 +0200 |
commit | ce2a4e4409a5b0da5522056c29df27ab0afe95ee (patch) | |
tree | 7ed042e5624f842e23337e8c1c4f7101853ceaac /lib/edoc | |
parent | 14944c65bada76cf246f885f7a146c7fd54cb3df (diff) | |
download | otp-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.tar.gz otp-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.tar.bz2 otp-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.zip |
Add 'make dialyzer' target to top and apps
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/edoc/Makefile b/lib/edoc/Makefile index 6dfc6f51c7..a8258015b1 100644 --- a/lib/edoc/Makefile +++ b/lib/edoc/Makefile @@ -69,7 +69,7 @@ SPECIAL_TARGETS = include $(ERL_TOP)/make/otp_subdir.mk -.PHONY: info version +.PHONY: version version: @@ -92,9 +92,6 @@ edocs: -pa $(XMERL_DIR)/ebin -run edoc_run application \ "'$(APPNAME)'" '"."' '$(DOC_OPTS)' -info: - @echo $(HTML_FILES) - app_release: tar @@ -125,5 +122,6 @@ tar: $(APP_TAR_FILE) $(APP_TAR_FILE): $(APP_DIR) (cd $(APP_RELEASE_DIR); gtar zcf $(APP_TAR_FILE) $(DIR_NAME)) +DIA_PLT_APPS=syntax_tools xmerl inets include $(ERL_TOP)/make/app_targets.mk |