OSDN Git Service

25b99f18c9cf7057cc113cea2b8a3870465fb746
[hengband/hengband.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 raceclas.hlp raceclas.txt command.hlp \
6         command.txt commdesc.hlp commdesc.txt editor.txt \
7         defend.hlp defend.txt dungeon.hlp dungeon.txt \
8         gambling.txt 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 jraceclas.hlp jraceclas.txt jcommand.hlp \
12         jcommand.txt jcommdesc.hlp jcommdesc.txt jeditor.txt \
13         jdefend.hlp jdefend.txt jdungeon.hlp jdungeon.txt \
14         jgambling.txt jgeneral.hlp jgeneral.txt \
15         jhelp.hlp jhelpinfo.txt jlicense.txt \
16         jmagic.hlp jmagic.txt jmonster.hlp jmonster.txt \
17         jobjects.hlp jobjects.txt joption.hlp joption.txt \
18         jpref.hlp jpref.txt jspecial.hlp jtang.txt \
19         jtown.hlp jtown.txt jversion.txt magic.hlp \
20         magic.txt monster.hlp monster.txt objects.hlp \
21         objects.txt option.hlp option.txt pref.hlp \
22         pref.txt tang.txt town.hlp town.txt \
23         version.txt
24
25 EXTRA_DIST = \
26   $(angband_files)
27
28 if SET_GID
29 angbanddir = @DEFAULT_LIB_PATH@/help
30
31 angband_DATA = \
32   $(angband_files)
33 endif
34