[Pkg-mozext-commits] [requestpolicy] 152/280: delete old Makefile
David Prévot
taffit at moszumanska.debian.org
Sat May 2 20:30:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 10fd02afdab1372979b772788b65ed5fcbeba595
Author: Martin Kimmerle <dev at 256k.de>
Date: Sun Jan 18 15:02:50 2015 +0100
delete old Makefile
---
src/Makefile | 51 ---------------------------------------------------
1 file changed, 51 deletions(-)
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index b9f04e1..0000000
--- a/src/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-extension_name := requestpolicy
-extension_uuid := requestpolicy at requestpolicy.com
-
-# The zip application to be used.
-ZIP := zip
-
-# The target location of the build and build files.
-dist_dir := dist
-
-# The target XPI file.
-xpi_file := $(dist_dir)/$(extension_name).xpi
-
-# This builds the extension XPI file.
-.PHONY: all
-all: $(xpi_file)
- @echo
- @echo "Build finished successfully."
- @echo
-
-# This cleans all temporary files and directories created by 'make'.
-.PHONY: clean
-clean:
- @rm -f $(xpi_file)
- @echo "Cleanup is done."
-
-# The sources for the XPI file.
-xpi_built := bootstrap.js \
- chrome.manifest \
- install.rdf \
- LICENSE \
- README \
- $(wildcard content/lib/*.js) \
- $(wildcard content/lib/*.jsm) \
- $(wildcard content/settings/*.css) \
- $(wildcard content/settings/*.html) \
- $(wildcard content/settings/*.js) \
- $(wildcard content/ui/*.js) \
- $(wildcard content/ui/*.xul) \
- $(wildcard content/*.js) \
- $(wildcard locale/*/*.dtd) \
- $(wildcard locale/*/*.properties) \
- $(wildcard skin/*.css) \
- $(wildcard skin/*.png) \
- $(wildcard skin/*.svg)
-
-# clean every time. This is needed for the case that files have been removed or
-# renamed. TODO: Find a nicer solution.
-$(xpi_file): $(xpi_built) clean
- @echo "Creating XPI file."
- @$(ZIP) $(xpi_file) $(xpi_built)
- @echo "Creating XPI file. Done!"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list