From c97b87c282caf695bc7dea62a4668e491b165ad7 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Sun, 30 Dec 2012 11:24:02 -0500 Subject: [PATCH] Whoops, small bug in https://github.com/danvk/dygraphs/pull/186/files; it always fails unless you also built the documentation along with i t. This prevents an error. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1182b5a..e07bc1d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: test generate-combined generate-documentation clean: @echo cleaning... @cp .dygraph-combined-clean.js dygraph-combined.js - rm docs/options.html + rm -f docs/options.html generate-combined: @echo Generating dygraph-combined.js -- 2.7.4