From fecd017243f4991c2cf3c3661bd732222a07e523 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Wed, 25 Feb 2015 10:12:46 +0100 Subject: [PATCH] Generate example-list.js earlier The example-list.js file was generated after the copy of the example repository to dist directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70bd83710..2c9d28a02 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ dist: dist/ol3cesium.js dist/ol3cesium-debug.js CHANGES.md .PHONY: dist-examples dist-examples: .build/dist-examples.timestamp - node build/parse-examples.js .PHONY: dist-apidoc dist-apidoc: @@ -81,6 +80,7 @@ cleanall: clean touch $@ .build/dist-examples.timestamp: ol3/build/ol-debug.js ol3/build/ol.js ol3/build/ol.css cesium/Build/Cesium/Cesium.js dist/ol3cesium.js $(EXAMPLES_JS_FILES) $(EXAMPLES_HTML_FILES) + node build/parse-examples.js mkdir -p $(dir $@) mkdir -p dist/ol3 cp ol3/build/ol-debug.js dist/ol3/