summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-10-31 13:15:45 -0200
committerdrebs <drebs@leap.se>2013-10-31 13:15:45 -0200
commitb5f91e386b337afb674f583d7f31afd9a065052d (patch)
tree2d924e8766b3166a3d1505cc64a286f8865fcf3c
parent97cef3a7818ed072d96ef99b55aa879d500a3e31 (diff)
Fix makefile and install.rdf template.
-rw-r--r--.gitignore1
-rwxr-xr-xMakefile4
-rw-r--r--chrome/content/.gitignore1
-rw-r--r--install.rdf.template5
4 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index ee34263..b5c010c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
build/
dot-thunderbird/
+install.rdf
diff --git a/Makefile b/Makefile
index 9e2a530..6b63456 100755
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ all: clean $(TARGET)
# main target: .xpi file
-$(TARGET): clean
+$(TARGET): clean install.rdf
mkdir -p $(TEMPDIR)
cp -r $(PREFIX)/{$(FILES_TO_PACKAGE)} $(TEMPDIR)/
(cd $(TEMPDIR) && zip -r $(TARGET) ./)
@@ -66,6 +66,6 @@ debian-package:
git buildpackage -us -uc
install.rdf: install.rdf.template Changelog
- sed 's/__VERSION__/$(VERSION)/' < $< > $@
+ sed 's/__VERSION__/$(VERSION)/' < $< > $@
.PHONY: all clean signed
diff --git a/chrome/content/.gitignore b/chrome/content/.gitignore
deleted file mode 100644
index 3fec32c..0000000
--- a/chrome/content/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-tmp/
diff --git a/install.rdf.template b/install.rdf.template
index 378b212..902245f 100644
--- a/install.rdf.template
+++ b/install.rdf.template
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>24.0</em:minVersion>
- <em:maxVersion>24.0.*</em:maxVersion>
+ <em:maxVersion>24.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- here is an example for future localizations ;
@@ -45,6 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</em:description>
<em:creator>The LEAP Encryption Access Project</em:creator>
</Description>
+ </em:localized>
<em:localized>
<Description>
<em:locale>es-ES</em:locale>
@@ -53,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</em:description>
<em:creator>El projecto LEAP, Encryption Access Project</em:creator>
</Description>
- </em:localized>
+ </em:localized>
</Description>
</RDF>