[Pkg-mozext-commits] [perspectives-extension] 03/18: Makefile - Add target for installing plugin after build

David Prévot taffit at alioth.debian.org
Fri Oct 25 18:24:28 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 8316153f9bc7c662b541466492db158d461f0325
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun Sep 22 21:28:19 2013 -0600

    Makefile - Add target for installing plugin after build
    
    Running 'make test install-fx' is must faster than opening the file by hand
---
 Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index e829720..e853256 100644
--- a/Makefile
+++ b/Makefile
@@ -38,3 +38,6 @@ setup:
 install-test-files: setup
 	mkdir $(unittest_dest_folder)
 	cp $(unittest_source)  $(unittest_dest)
+
+install-fx:
+	firefox $(outfile)&

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