don't package embedapi.js in Firefox extension
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1994 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
01e08e2116
commit
e9945a5f02
1
Makefile
1
Makefile
|
@ -66,6 +66,7 @@ firefox: build/$(PACKAGE)
|
|||
cp -r firefox-extension/* build/firefox
|
||||
rm -rf build/firefox/content/.svn
|
||||
cp -r build/$(PACKAGE)/* build/firefox/content/editor
|
||||
rm -f build/firefox/content/editor/embedapi.js
|
||||
cd build/firefox ; $(ZIP) ../$(PACKAGE).xpi -r * ; cd ../..
|
||||
|
||||
opera: build/$(PACKAGE)
|
||||
|
|
Loading…
Reference in New Issue