dir structure cleanup
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@431 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
12
opera-widget/Makefile
Normal file
12
opera-widget/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
ZIP = zip
|
||||
PACKAGE = svgedit-2.3
|
||||
FILEMASK = \*.html \*.css \*.js \*.txt \*.png \*.jpg \*.gif \*.svg \*.xml
|
||||
|
||||
clean:
|
||||
rm -f *.*~
|
||||
rm -rf ./editor/
|
||||
|
||||
widget: clean
|
||||
rm -f $(PACKAGE).wgt
|
||||
cp -r ../editor .
|
||||
$(ZIP) $(PACKAGE).wgt -r . -i $(FILEMASK)
|
||||
Reference in New Issue
Block a user