[Pkg-privacy-commits] [xul-ext-monkeysphere] 232/296: reorder Makefile so that the first (and default) target is still the xpi

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:43 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit ada3ad546870cf728cfdc13faac17c7b8229dc4c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed May 5 00:34:49 2010 -0400

    reorder Makefile so that the first (and default) target is still the xpi
---
 Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 73dd34d..44fa10b 100755
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,14 @@
 XPI_CONTENTS:=$(shell find chrome modules defaults -name "*.html" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages") chrome.manifest install.rdf COPYING
 
 ICONS = $(addprefix chrome/content/, broken.png bad.png error.png)
+
+monkeysphere.xpi: $(XPI_CONTENTS) $(ICONS)
+	zip $@ $(XPI_CONTENTS) $(ICONS)
+
 icons: $(ICONS)
 %.png: %.svg
 	inkscape --export-png $@ --export-area-page --export-background-opacity=0 $<
 
-monkeysphere.xpi: $(XPI_CONTENTS) $(ICONS)
-	zip $@ $(XPI_CONTENTS)
-
 debian-package:
 	git buildpackage -uc -us
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list