~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/mac/Contents/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9
9
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
10
#
11
 
# $Id: Makefile.am,v 1.1.2.2 2005/07/03 01:00:27 morb_au Exp $
 
11
# $Id: Makefile.am 5722 2006-08-21 16:50:23Z telwertowski $
12
12
 
13
13
# This is the Contents directory of a Mac OS bundle
14
14
# (configure ensures that prefix ends in qgis.app/Contents/MacOS)
19
19
        Info.plist \
20
20
        Pkginfo
21
21
 
22
 
Info.plist: Info.plist.in $(top_builddir)/configure.in
 
22
Info.plist: Info.plist.in $(top_builddir)/configure.in $(top_builddir)/qgssvnversion.h
23
23
        @SHORTVERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION) && \
 
24
        SVNVERSION=`svnversion $(top_builddir)` && \
24
25
        sed -e "s/@VERSION/$(VERSION)/" \
25
26
                -e "s/@SHORTVERSION/$$SHORTVERSION/" \
 
27
                -e "s/@SVNVERSION/$$SVNVERSION/" \
26
28
                < Info.plist.in > $@
27
29
 
28
30
Pkginfo: Makefile