create one Makefile in the top root directory (WIP - need to remove build path from resulting archives)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@563 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
ZIP = zip
|
||||
PACKAGE = svgedit-2.3
|
||||
FILEMASK = \*.html \*.css \*.js \*.txt \*.png \*.jpg \*.gif \*.svg \*.xml
|
||||
|
||||
clean:
|
||||
rm -f *.*~
|
||||
rm -rf ./editor/
|
||||
|
||||
all: clean
|
||||
rm -f $(PACKAGE).wgt
|
||||
cp -r ../editor .
|
||||
$(ZIP) $(PACKAGE).wgt -r . -i $(FILEMASK)
|
||||
@@ -8,7 +8,7 @@
|
||||
<height>600</height>
|
||||
<id>
|
||||
<name>SVG Edit</name>
|
||||
<revised>2009-08</revised>
|
||||
<revised>2009-09</revised>
|
||||
</id>
|
||||
<feature name="http://xmlns.opera.com/fileio">
|
||||
<param name="folderhint" value="home" />
|
||||
|
||||
Reference in New Issue
Block a user