repo.or.cz
/
freeciv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add 'parser.lua' to rulesets
[freeciv.git]
/
data
/
civ1
/
Makefile.am
blob
ded8c409301c16829587f4c1bf4872bc21d11a12
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)/civ1
5
6
pkgdata_DATA = \
7
buildings.ruleset \
8
cities.ruleset \
9
effects.ruleset \
10
script.lua \
11
parser.lua \
12
styles.ruleset \
13
game.ruleset \
14
governments.ruleset \
15
nations.ruleset \
16
techs.ruleset \
17
terrain.ruleset \
18
units.ruleset
19
20
EXTRA_DIST = $(pkgdata_DATA)