~mozillateam/mozilla-devscripts/dh_xul-ext

« back to all changes in this revision

Viewing changes to src/xpi-data-all.mk

  • Committer: Benjamin Drung
  • Date: 2009-12-29 23:58:00 UTC
  • Revision ID: bdrung@ubuntu.com-20091229235800-2n4ke3uddmba04yi
  - Convert xpi-data-*.mk files into xul-app-data.csv* files for dh_xul-ext
    - remove src/xpi-config.mk.in
    - remove src/xpi-data-Debian.mk
    - remove src/xpi-data-Ubuntu.mk
    - remove src/xpi-data-all.mk
    - remove src/xpi-data-common.mk
    - add src/xul-app-data.csv.Debian
    - add src/xul-app-data.csv.Ubuntu
    - update src/Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- mode: makefile; coding: utf-8 -*-
2
 
 
3
 
# Copyright (c) 2009 Canonical Ltd.
4
 
# Author(s): Benjamin Drung <bdrung@ubuntu.com>
5
 
#
6
 
# This program is free software; you can redistribute it and/or
7
 
# modify it under the terms of the GNU General Public License as
8
 
# published by the Free Software Foundation; either version 2, or (at
9
 
# your option) any later version.
10
 
#
11
 
# This program is distributed in the hope that it will be useful, but
12
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
# General Public License for more details.
15
 
#
16
 
# You should have received a copy of the GNU General Public License along
17
 
# with this program; if not, write to the Free Software Foundation, Inc.,
18
 
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
 
 
20
 
_xpi_makefile_path ?= /usr/share/mozilla-devscripts
21
 
 
22
 
ifndef _xpi_data_all
23
 
_xpi_data_all = 1
24
 
 
25
 
include $(_xpi_makefile_path)/xpi-data-Debian.mk
26
 
include $(_xpi_makefile_path)/xpi-data-Ubuntu.mk
27
 
 
28
 
endif