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
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user