commit a04ef450ce5f75fd24ada9df9dbde5914f787947 Author: Sukhbir Singh sukhbir@torproject.org Date: Sat Nov 2 01:54:35 2013 -0400
Update Makefile and remove screenshots --- Makefile | 2 +- screenshots/enigmail-settings.png | Bin 24318 -> 0 bytes screenshots/first-run.png | Bin 23762 -> 0 bytes screenshots/manual-account-wizard.png | Bin 35678 -> 0 bytes screenshots/plain-text-compose.png | Bin 28418 -> 0 bytes screenshots/privacy-settings.png | Bin 29702 -> 0 bytes screenshots/proxy-settings.png | Bin 28756 -> 0 bytes screenshots/security-settings.png | Bin 18175 -> 0 bytes screenshots/torcheck.png | Bin 54105 -> 0 bytes screenshots/warn-onchange-settings.png | Bin 18952 -> 0 bytes 10 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index a721e8c..311a631 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash VERSION := $(shell cat install.rdf|grep 'em:version'|cut -d> -f2|cut -d< -f1)
make-xpi: - zip -r ../torbirdy-$(VERSION).xpi * -x "/screenshots/*" -x "*/screenshots/*" -x "debian/*" -x "patches/*" -x "ChangeLog" -x "Makefile" -x "gpg.conf" + zip -r ../torbirdy-$(VERSION).xpi * -x "debian/*" -x "patches/*" -x "ChangeLog" -x "Makefile" -x "gpg.conf"
clean: rm -f ../torbirdy-$(VERSION).xpi diff --git a/screenshots/enigmail-settings.png b/screenshots/enigmail-settings.png deleted file mode 100644 index 951c03b..0000000 Binary files a/screenshots/enigmail-settings.png and /dev/null differ diff --git a/screenshots/first-run.png b/screenshots/first-run.png deleted file mode 100644 index ca91c52..0000000 Binary files a/screenshots/first-run.png and /dev/null differ diff --git a/screenshots/manual-account-wizard.png b/screenshots/manual-account-wizard.png deleted file mode 100644 index b9f0eb9..0000000 Binary files a/screenshots/manual-account-wizard.png and /dev/null differ diff --git a/screenshots/plain-text-compose.png b/screenshots/plain-text-compose.png deleted file mode 100644 index 1c71ba1..0000000 Binary files a/screenshots/plain-text-compose.png and /dev/null differ diff --git a/screenshots/privacy-settings.png b/screenshots/privacy-settings.png deleted file mode 100644 index 0f7a536..0000000 Binary files a/screenshots/privacy-settings.png and /dev/null differ diff --git a/screenshots/proxy-settings.png b/screenshots/proxy-settings.png deleted file mode 100644 index bac1ca0..0000000 Binary files a/screenshots/proxy-settings.png and /dev/null differ diff --git a/screenshots/security-settings.png b/screenshots/security-settings.png deleted file mode 100644 index 2408e36..0000000 Binary files a/screenshots/security-settings.png and /dev/null differ diff --git a/screenshots/torcheck.png b/screenshots/torcheck.png deleted file mode 100644 index fe98bd3..0000000 Binary files a/screenshots/torcheck.png and /dev/null differ diff --git a/screenshots/warn-onchange-settings.png b/screenshots/warn-onchange-settings.png deleted file mode 100644 index 80d40c3..0000000 Binary files a/screenshots/warn-onchange-settings.png and /dev/null differ
tor-commits@lists.torproject.org