[Pkg-mozext-commits] [perspectives-extension] 10/30: Makefile - Include .xpi extension as part of the filename

David Prévot taffit at alioth.debian.org
Thu Sep 26 22:31:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit 8a9128b4f764d9f3af4a92f1ef5e90fc2646d4ad
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sat Sep 14 22:52:54 2013 -0600

    Makefile - Include .xpi extension as part of the filename
    
    So we don't have to repeat it
---
 Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6ca949f..ce144a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-outfile = Perspectives
+outfile = Perspectives.xpi
 buildfolder = build
 unittest_file = test.html
 unittest_source = test/$(unittest_file)
@@ -8,7 +8,7 @@ unittest_dest = $(unittest_dest_folder)/$(unittest_file)
 .PHONY: plugin
 
 plugin: clean dtds setup
-	sh -c "cd $(buildfolder)/ && zip -r ../$(outfile).xpi * -x *\.svn*"
+	sh -c "cd $(buildfolder)/ && zip -r ../$(outfile) * -x *\.svn*"
 	rm -rf $(buildfolder)
 
 dtds:
@@ -25,7 +25,7 @@ dtds:
     endif
 
 clean:
-	rm -f $(outfile).xpi
+	rm -f $(outfile)
 	rm -rf $(buildfolder)/
 	rm -f $(unittest_dest)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list