From 8afac891c968acf605c77d6a2a3d31823e6fe8d8 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Fri, 9 Oct 2009 19:15:18 +0000 Subject: [PATCH] Correction to Makefile to remove naturaldocs config directory, not docs directory. Add main index.html doc file for API git-svn-id: http://svg-edit.googlecode.com/svn/trunk@790 eee81c28-f429-11dd-99c0-75d572ba1ddd --- Makefile | 4 +++- docs/index.html | 1 + docs/javascript/searchdata.js | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 docs/index.html diff --git a/Makefile b/Makefile index 535fb06b..22a97df7 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,8 @@ ZIP=zip all: release firefox opera build/$(PACKAGE): + rm -rf config + mkdir config $(MAKEDOCS) -i editor/ -o html docs/ -p config/ mkdir -p build/$(PACKAGE) cp -r editor/* build/$(PACKAGE) @@ -38,7 +40,7 @@ opera: build/$(PACKAGE) cd build/opera ; $(ZIP) ../$(PACKAGE).wgt -r * ; cd ../.. clean: - rm -rf docs/* + rm -rf config rm -rf build/$(PACKAGE) rm -rf build/firefox rm -rf build/opera diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..635c3177 --- /dev/null +++ b/docs/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/javascript/searchdata.js b/docs/javascript/searchdata.js index de7fcbdc..db70f28f 100644 --- a/docs/javascript/searchdata.js +++ b/docs/javascript/searchdata.js @@ -4,11 +4,11 @@ var indexSectionsWithContent = { "Numbers": false, "A": false, "B": false, - "C": false, - "D": false, + "C": true, + "D": true, "E": false, - "F": false, - "G": false, + "F": true, + "G": true, "H": false, "I": false, "J": false,