commit 95791be0aebb7d061f5668a2c7e4092898076771 Author: Erinn Clark erinn@torproject.org Date: Fri Nov 15 18:20:14 2013 -0200
remove PDF.js from the RC bundles --- build-scripts/linux-alpha.mk | 2 +- build-scripts/osx-alpha.mk | 2 +- build-scripts/windows-alpha.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index b23c8db..349d512 100644 --- a/build-scripts/linux-alpha.mk +++ b/build-scripts/linux-alpha.mk @@ -388,7 +388,7 @@ compressed-bundle_%:
bundle-localized_%.stamp: make -f linux-alpha.mk copy-files_$* install-extensions \ - install-torbutton install-pdfjs install-lang-extensions \ + install-torbutton install-lang-extensions \ patch-vidalia-language patch-firefox-config patch-pidgin-language touch $(STAMP_DIR)/bundle-localized_$*.stamp
diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 83ebc23..fe90785 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -392,7 +392,7 @@ compressed-bundle_%: LANGCODE=$* make -f osx-alpha.mk compressed-bundle-localized bundle-localized_%.stamp: make -f osx-alpha.mk copy-files_$* install-torbutton \ - install-httpseverywhere install-noscript install-pdfjs \ + install-httpseverywhere install-noscript \ install-lang-extensions patch-vidalia-language \ patch-firefox-config patch-pidgin-language final touch $(STAMP_DIR)/bundle-localized_$*.stamp diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index b8cdd2a..3bb8850 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -392,7 +392,7 @@ compressed-bundle_%: bundle-localized_%.stamp: make -f windows-alpha.mk copy-files_$* install-extensions \ install-torbutton install-httpseverywhere install-noscript \ - install-pdfjs patch-vidalia-language patch-firefox-config \ + patch-vidalia-language patch-firefox-config \ patch-pidgin-language touch $(STAMP_DIR)/bundle-localized_$*.stamp