Changes to make-firefox for v29

This commit is contained in:
Rubén Rodríguez 2014-05-10 17:01:30 +02:00
parent f530857109
commit 8c21cb332e
84 changed files with 1504 additions and 135 deletions

View file

@ -1,3 +1,4 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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
@ -5,3 +6,5 @@
DIRS += ['content', 'locales']
DIST_SUBDIR = 'browser'
export('DIST_SUBDIR')