From: Robert Konigsberg Date: Tue, 4 Dec 2012 02:53:03 +0000 (-0500) Subject: Add generate-documentation.sh to Makefile. X-Git-Tag: v1.0.0~153 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=05cd81257489d0e1f1257e54c4e18d203998d4c6;p=dygraphs.git Add generate-documentation.sh to Makefile. We should remove some of the Makefile/script duplication. --- diff --git a/Makefile b/Makefile index b5e812d..007468e 100644 --- a/Makefile +++ b/Makefile @@ -4,15 +4,22 @@ # # Dean Wampler March 22, 2010 -all: test generate-combined +all: test generate-combined generate-documentation clean: + @echo cleaning... @cp .dygraph-combined-clean.js dygraph-combined.js + rm docs/options.html generate-combined: @echo Generating dygraph-combined.js @./generate-combined.sh +generate-documentation: + @echo Generating docs/options.html + @./generate-documentation.py > docs/options.html + @chmod a+r docs/options.html + gwt: generate-gwt generate-gwt: