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-75d572ba1ddd
master
Alexis Deveria 2010-09-09 16:36:17 +00:00
parent 2e1dd1816d
commit c9b20be85b
1 changed files with 4 additions and 0 deletions

View File

@ -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