~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/experimental/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

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)/experimental
 
5
 
 
6
pkgdata_DATA =          \
 
7
        ai_effects.ruleset \
 
8
        buildings.ruleset \
 
9
        cities.ruleset  \
 
10
        effects.ruleset \
 
11
        script.lua      \
 
12
        game.ruleset    \
 
13
        governments.ruleset \
 
14
        techs.ruleset   \
 
15
        terrain.ruleset \
 
16
        units.ruleset
 
17
 
 
18
EXTRA_DIST = $(pkgdata_DATA)