Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DIST_FILES = \
6 install.rdf \
7 worker.js \
8 $(NULL)
10 TEST_EXTENSIONS_DIR = $(DEPTH)/_tests/testing/mochitest/extensions
12 GENERATED_DIRS = $(TEST_EXTENSIONS_DIR)
14 include $(topsrcdir)/config/rules.mk
16 libs::
17 @(cd $(DIST)/xpi-stage && tar $(TAR_CREATE_FLAGS) - $(XPI_NAME)) | (cd $(TEST_EXTENSIONS_DIR) && tar -xf -)