~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici
  • Date: 2004-12-14 23:46:39 UTC
  • Revision ID: james.westby@ubuntu.com-20041214234639-tve0i5l49fq13jli
Tags: upstream-1.2.0
ImportĀ upstreamĀ versionĀ 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# pgAdmin III - PostgreSQL Tools
 
2
# Copyright (C) 2002 - 2004, The pgAdmin Development Team
 
3
# This software is released under the Artistic Licence
 
4
#
 
5
# Makefile - Makefile for *nix systems
 
6
SUBDIRS = src
 
7
EXTRA_DIST =    README.txt BUGS.txt LICENCE.txt \
 
8
                pkg/pgadmin3.desktop \
 
9
                pkg/debian/rules pkg/debian/README.Debian \
 
10
                pkg/debian/docs pkg/debian/dirs \
 
11
                pkg/debian/copyright pkg/debian/control \
 
12
                pkg/debian/changelog pkg/debian/make-deb \
 
13
                pkg/debian/pgadmin3.menu \
 
14
                pkg/redhat/pgadmin3.spec \
 
15
                pkg/slackware/build-package \
 
16
                pkg/src/build-tarball \
 
17
                pkg/win32/screen.bmp pkg/win32/banner.bmp \
 
18
                pkg/win32/licence.rtf pkg/win32/pgadmin3.wsi
 
19
 
 
20
nobase_dist_pkgdata_DATA = \
 
21
                docs/en_US/pg/*.html \
 
22
                docs/en_US/pg/*.css \
 
23
                docs/en_US/images/*.png docs/en_US/*.html \
 
24
                docs/en_US/*.css docs/en_US/pgadmin3.hh* \
 
25
                docs/en_US/tips.txt
 
26