Updated makefile for 2.6 with patch from d.paleino
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1702 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
2e1dd1816d
commit
c9b20be85b
4
Makefile
4
Makefile
|
@ -29,6 +29,10 @@ build/$(PACKAGE):
|
||||||
|
|
||||||
release: build/$(PACKAGE)
|
release: build/$(PACKAGE)
|
||||||
cd build ; $(ZIP) $(PACKAGE).zip -r $(PACKAGE) ; cd ..
|
cd build ; $(ZIP) $(PACKAGE).zip -r $(PACKAGE) ; cd ..
|
||||||
|
tar -z -c -f build/$(PACKAGE)-src.tar.gz \
|
||||||
|
--exclude-vcs \
|
||||||
|
--exclude='build/*' \
|
||||||
|
.
|
||||||
|
|
||||||
firefox: build/$(PACKAGE)
|
firefox: build/$(PACKAGE)
|
||||||
mkdir -p build/firefox/content/editor
|
mkdir -p build/firefox/content/editor
|
||||||
|
|
Loading…
Reference in New Issue