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:
4
Makefile
4
Makefile
@@ -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 {} \;
|
||||
|
||||
Reference in New Issue
Block a user