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
master
Jeff Schiller 2009-10-09 19:15:18 +00:00
parent 469fc09f65
commit 8afac891c9
3 changed files with 8 additions and 5 deletions

View File

@ -8,6 +8,8 @@ ZIP=zip
all: release firefox opera all: release firefox opera
build/$(PACKAGE): build/$(PACKAGE):
rm -rf config
mkdir config
$(MAKEDOCS) -i editor/ -o html docs/ -p config/ $(MAKEDOCS) -i editor/ -o html docs/ -p config/
mkdir -p build/$(PACKAGE) mkdir -p build/$(PACKAGE)
cp -r editor/* build/$(PACKAGE) cp -r editor/* build/$(PACKAGE)
@ -38,7 +40,7 @@ opera: build/$(PACKAGE)
cd build/opera ; $(ZIP) ../$(PACKAGE).wgt -r * ; cd ../.. cd build/opera ; $(ZIP) ../$(PACKAGE).wgt -r * ; cd ../..
clean: clean:
rm -rf docs/* rm -rf config
rm -rf build/$(PACKAGE) rm -rf build/$(PACKAGE)
rm -rf build/firefox rm -rf build/firefox
rm -rf build/opera rm -rf build/opera

1
docs/index.html Normal file
View File

@ -0,0 +1 @@
<html><head><meta http-equiv="Refresh" CONTENT="0; URL=files/svgcanvas-js.html"></head></html>

View File

@ -4,11 +4,11 @@ var indexSectionsWithContent = {
"Numbers": false, "Numbers": false,
"A": false, "A": false,
"B": false, "B": false,
"C": false, "C": true,
"D": false, "D": true,
"E": false, "E": false,
"F": false, "F": true,
"G": false, "G": true,
"H": false, "H": false,
"I": false, "I": false,
"J": false, "J": false,