OSDN Git Service

make installできるようにした。(angband-2.9.3を参考にした)
[hengbandforosx/hengbandosx.git] / lib / help / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4         arena.txt attack.hlp attack.txt birth.hlp birth.txt \
5         bldg.txt command.hlp command.txt commdesc.hlp commdesc.txt \
6         dungeon.hlp dungeon.txt gambling.txt general.hlp general.txt \
7         help.hlp helpinfo.txt \
8         j_general.txt j_item1.txt j_item2.txt j_trans.txt \
9         jattack.hlp jattack.txt jbirth.hlp jbirth.txt jbldg.txt \
10         jcharattr.hlp jcharattr.txt jcommand.hlp jcommand.txt \
11         jcommdesc.hlp jcommdesc.txt jdefend.hlp jdefend.txt \
12         jdungeon.hlp jdungeon.txt jgambling.txt jgeneral.hlp jgeneral.txt \
13         jhelp.hlp jhelpinfo.txt jmagic.hlp jmagic.txt \
14         jmonster.hlp jmonster.txt jobjects.hlp jobjects.txt \
15         joption.hlp joption.txt jpref.hlp jpref.txt jspecial.hlp \
16         jtang.txt jtown.hlp jtown.txt jversion.txt \
17         jversion.txt magic.hlp magic.txt option.hlp option.txt \
18         pref.hlp pref.txt readme.txt spoiler.hlp tang.txt version.txt
19
20 EXTRA_DIST = \
21   $(angband_files)
22
23 if SET_GID
24 angbanddir = @DEFAULT_PATH@help
25
26 angband_DATA = \
27   $(angband_files)
28 endif
29