OSDN Git Service

英訳、取りあえず完成。
[hengbandforosx/hengbandosx.git] / lib / help / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         attack.hlp attack.txt birth.hlp birth.txt \
5         bldg.txt charattr.hlp charattr.txt command.hlp \
6         command.txt commdesc.hlp commdesc.txt defend.hlp \
7         defend.txt dungeon.hlp dungeon.txt gambling.txt \
8         general.hlp general.txt help.hlp helpinfo.txt \
9         j_general.txt j_item1.txt j_item2.txt j_trans.txt \
10         jattack.hlp jattack.txt jbirth.hlp jbirth.txt \
11         jbldg.txt jcharattr.hlp jcharattr.txt jcommand.hlp \
12         jcommand.txt jcommdesc.hlp jcommdesc.txt jdefend.hlp \
13         jdefend.txt jdungeon.hlp jdungeon.txt jgambling.txt \
14         jgeneral.hlp jgeneral.txt jhelp.hlp jhelpinfo.txt \
15         jmagic.hlp jmagic.txt jmonster.hlp jmonster.txt \
16         jobjects.hlp jobjects.txt joption.hlp joption.txt \
17         jpref.hlp jpref.txt jspecial.hlp jtang.txt \
18         jtown.hlp jtown.txt jversion.txt magic.hlp \
19         magic.txt monster.hlp monster.txt objects.hlp \
20         objects.txt option.hlp option.txt pref.hlp \
21         pref.txt tang.txt town.hlp town.txt \
22         version.txt
23
24 EXTRA_DIST = \
25   $(angband_files)
26
27 if SET_GID
28 angbanddir = @DEFAULT_PATH@help
29
30 angband_DATA = \
31   $(angband_files)
32 endif
33