diff options
Diffstat (limited to 'webbrowser/build.mk')
-rw-r--r-- | webbrowser/build.mk | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/webbrowser/build.mk b/webbrowser/build.mk index 62f25ce..da8734f 100644 --- a/webbrowser/build.mk +++ b/webbrowser/build.mk @@ -1,48 +1,44 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - installer: - @$(MAKE) -C application/webbrowser/installer installer + @$(MAKE) -C webbrowser/installer installer package: - @$(MAKE) -C application/webbrowser/installer make-archive + @$(MAKE) -C webbrowser/installer make-archive l10n-package: - @$(MAKE) -C application/webbrowser/installer make-langpack + @$(MAKE) -C webbrowser/installer make-langpack mozpackage: - @$(MAKE) -C application/webbrowser/installer + @$(MAKE) -C webbrowser/installer package-compare: - @$(MAKE) -C application/webbrowser/installer package-compare + @$(MAKE) -C webbrowser/installer package-compare stage-package: - @$(MAKE) -C application/webbrowser/installer stage-package make-buildinfo-file + @$(MAKE) -C webbrowser/installer stage-package make-buildinfo-file install:: - @$(MAKE) -C application/webbrowser/installer install + @$(MAKE) -C webbrowser/installer install clean:: - @$(MAKE) -C application/webbrowser/installer clean + @$(MAKE) -C webbrowser/installer clean distclean:: - @$(MAKE) -C application/webbrowser/installer distclean + @$(MAKE) -C webbrowser/installer distclean source-package:: - @$(MAKE) -C application/webbrowser/installer source-package + @$(MAKE) -C webbrowser/installer source-package upload:: - @$(MAKE) -C application/webbrowser/installer upload + @$(MAKE) -C webbrowser/installer upload source-upload:: - @$(MAKE) -C application/webbrowser/installer source-upload + @$(MAKE) -C webbrowser/installer source-upload hg-bundle:: - @$(MAKE) -C application/webbrowser/installer hg-bundle + @$(MAKE) -C webbrowser/installer hg-bundle l10n-check:: - @$(MAKE) -C application/webbrowser/locales l10n-check + @$(MAKE) -C webbrowser/locales l10n-check ifdef ENABLE_TESTS # Implemented in testing/testsuite-targets.mk |