~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
# pgAdmin III - PostgreSQL Tools
3
3
# $Id: Makefile.am 5015 2006-02-21 15:03:14Z dpage $
4
 
# Copyright (C) 2002 - 2008, The pgAdmin Development Team
5
 
# This software is released under the Artistic Licence
 
4
# Copyright (C) 2002 - 2009, The pgAdmin Development Team
 
5
# This software is released under the BSD Licence
6
6
#
7
7
# Makefile - Makefile for *nix systems
8
8
##############################################################################
32
32
TMP_docs = \
33
33
        $(top_srcdir)/docs/Docs.vcproj \
34
34
        $(top_srcdir)/docs/builddocs.bat \
 
35
        $(top_srcdir)/docs/en_US/*.css \
 
36
        $(top_srcdir)/docs/en_US/*.html \
 
37
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
35
38
        $(top_srcdir)/docs/en_US/hints/*.html \
36
39
        $(top_srcdir)/docs/en_US/images/*.png \
37
 
        $(top_srcdir)/docs/en_US/*.html \
38
 
        $(top_srcdir)/docs/en_US/*.css \
39
 
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
40
 
        $(top_srcdir)/docs/en_US/tips.txt \
41
 
        $(top_srcdir)/docs/de_DE/tips.txt \
 
40
        $(top_srcdir)/docs/cs_CZ/*.css \
 
41
        $(top_srcdir)/docs/cs_CZ/*.html \
 
42
    $(top_srcdir)/docs/cs_CZ/pgadmin3.hh* \
 
43
        $(top_srcdir)/docs/cs_CZ/hints/*.html \
 
44
        $(top_srcdir)/docs/cs_CZ/images/*.png \
42
45
        $(top_srcdir)/docs/de_DE/hints/*.html \
43
 
        $(top_srcdir)/docs/es_ES/tips.txt \
44
46
        $(top_srcdir)/docs/es_ES/hints/*.html \
45
 
        $(top_srcdir)/docs/fi_FI/tips.txt \
46
47
        $(top_srcdir)/docs/fi_FI/hints/*.html \
 
48
        $(top_srcdir)/docs/fr_FR/*.css \
47
49
        $(top_srcdir)/docs/fr_FR/*.html \
48
 
        $(top_srcdir)/docs/fr_FR/tips.txt \
 
50
    $(top_srcdir)/docs/fr_FR/pgadmin3.hh* \
49
51
        $(top_srcdir)/docs/fr_FR/hints/*.html \
50
 
        $(top_srcdir)/docs/it_IT/tips.txt \
51
 
        $(top_srcdir)/docs/sl_SI/tips.txt \
 
52
        $(top_srcdir)/docs/fr_FR/images/*.png \
52
53
        $(top_srcdir)/docs/sl_SI/hints/*.html \
53
 
        $(top_srcdir)/docs/zh_CN/tips.txt \
54
54
        $(top_srcdir)/docs/zh_CN/hints/*.html \
55
 
        $(top_srcdir)/docs/zh_TW/tips.txt \
56
55
        $(top_srcdir)/docs/zh_TW/hints/*.html
57
56
 
58
57
if !APPBUNDLE