~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to data/history/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2008-07-08 18:34:23 UTC
  • mfrom: (5.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080708183423-c80u1h25xmj6h9s0
Tags: 2.1.5-2
Export datarootdir=/usr/share in debian/rules, so make calls can
have a correct value for LOCALEDIR (closes: #489455). Thanks Loïc Minier
for the help to solve this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
## Override automake so that "make install" puts these in proper place:
4
 
pkgdatadir = $(datadir)/@PACKAGE@/history
5
 
 
6
 
pkgdata_DATA =          \
7
 
        buildings.ruleset \
8
 
        game.ruleset    \
9
 
        governments.ruleset \
10
 
        techs.ruleset   \
11
 
        terrain.ruleset \
12
 
        units.ruleset
13
 
 
14
 
EXTRA_DIST = $(pkgdata_DATA)