Minor updates to branding to update to pre-2.5

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1146 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-01-04 21:15:01 +00:00
parent e4f72cd1ab
commit c7e65bb77d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
NAME=svg-edit
VERSION=2.4
VERSION=2.5
MAKEDOCS=naturaldocs/NaturalDocs
PACKAGE=$(NAME)-$(VERSION)
YUI=build/yuicompressor.jar
@@ -10,7 +10,7 @@ all: release firefox opera
build/$(PACKAGE):
rm -rf config
mkdir config
$(MAKEDOCS) -i editor/ -o html docs/ -p config/
$(MAKEDOCS) -i editor/ -o html docs/ -p config/ -oft -r
mkdir -p build/$(PACKAGE)
cp -r editor/* build/$(PACKAGE)
-find build/$(PACKAGE) -name .svn -type d -exec rm -rf {} \;