From: Robert Konigsberg Date: Sun, 30 Dec 2012 16:24:02 +0000 (-0500) Subject: Whoops, small bug in https://github.com/danvk/dygraphs/pull/186/files; it always... X-Git-Tag: v1.0.0~137 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=c97b87c282caf695bc7dea62a4668e491b165ad7;p=dygraphs.git 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. --- 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