Repository: cordova-docs Updated Branches: refs/heads/master b65a9b0bc -> 2228b7f1e
Minor fixes. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2228b7f1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2228b7f1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2228b7f1 Branch: refs/heads/master Commit: 2228b7f1e3173d32bdc311b5352121f6a7dd4efb Parents: b65a9b0 Author: Dmitry Blotsky <[email protected]> Authored: Tue Feb 16 16:20:55 2016 -0800 Committer: Dmitry Blotsky <[email protected]> Committed: Tue Feb 16 16:20:55 2016 -0800 ---------------------------------------------------------------------- Makefile | 5 +++-- www/_layouts/docs.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2228b7f1/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 125a861..260506b 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,8 @@ serve: cd $(DEV_DIR) && python -m SimpleHTTPServer 8000 $(FETCH_DIR): $(FETCH_CONFIG) $(BIN_DIR)/fetch_docs.js - $(NODE) $(BIN_DIR)/fetch_docs.js $(FETCH_CONFIG) $(FETCH_DIR) + $(NODE) $(BIN_DIR)/fetch_docs.js $(FETCH_CONFIG) $@ + touch $@ fetch: $(FETCH_DIR) @@ -225,7 +226,7 @@ endif clean: $(RM) -r $(PROD_DIR) $(DEV_DIR) - $(RM) -r $(FETCH_DIRS) + $(RM) -r $(FETCH_DIR) $(RM) $(VERSION_CONFIG) $(RM) $(DEFAULTS_CONFIG) $(RM) $(TOC_FILES) http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2228b7f1/www/_layouts/docs.html ---------------------------------------------------------------------- diff --git a/www/_layouts/docs.html b/www/_layouts/docs.html index d380096..f31166e 100644 --- a/www/_layouts/docs.html +++ b/www/_layouts/docs.html @@ -190,7 +190,7 @@ analytics_id: UA-64283057-1 </button> {{ page.plugin_version_text }} {{ page.plugin_version }}. <a href="https://github.com/{{ page.plugin_name }}/releases"> - {{ page.visit_github_text }}. + {{ page.visit_github_text }} </a> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
