OSDN Git Service

Merge pull request #413 from iks3/fix-jdefend-txt-resistance-shields
[hengbandforosx/hengbandosx.git] / lib / help / Makefile.am
index 1956489..60b7be3 100644 (file)
@@ -1,27 +1,32 @@
 ## Makefile.am -- Process this file with automake to process Makefile.in
 
 angband_files = \
-       arena.txt attack.hlp attack.txt birth.hlp birth.txt \
-       bldg.txt command.hlp command.txt commdesc.hlp commdesc.txt \
-       dungeon.hlp dungeon.txt gambling.txt general.hlp general.txt \
-       help.hlp helpinfo.txt \
+       attack.hlp attack.txt birth.hlp birth.txt \
+       bldg.txt raceclas.hlp raceclas.txt command.hlp \
+       command.txt commdesc.hlp commdesc.txt editor.txt \
+       defend.hlp defend.txt dungeon.hlp dungeon.txt faq.txt \
+       gambling.txt general.hlp general.txt help.hlp helpinfo.txt \
        j_general.txt j_item1.txt j_item2.txt j_trans.txt \
-       jattack.hlp jattack.txt jbirth.hlp jbirth.txt jbldg.txt \
-       jcharattr.hlp jcharattr.txt jcommand.hlp jcommand.txt \
-       jcommdesc.hlp jcommdesc.txt jdefend.hlp jdefend.txt \
-       jdungeon.hlp jdungeon.txt jgambling.txt jgeneral.hlp jgeneral.txt \
-       jhelp.hlp jhelpinfo.txt jmagic.hlp jmagic.txt \
-       jmonster.hlp jmonster.txt jobjects.hlp jobjects.txt \
-       joption.hlp joption.txt jpref.hlp jpref.txt jspecial.hlp \
-       jtang.txt jtown.hlp jtown.txt jversion.txt \
-       jversion.txt magic.hlp magic.txt option.hlp option.txt \
-       pref.hlp pref.txt readme.txt spoiler.hlp tang.txt version.txt
+       jattack.hlp jattack.txt jbirth.hlp jbirth.txt \
+       jbldg.txt jraceclas.hlp jraceclas.txt jcommand.hlp \
+       jcommand.txt jcommdesc.hlp jcommdesc.txt jeditor.txt \
+       jdefend.hlp jdefend.txt jdungeon.hlp jdungeon.txt \
+       jgambling.txt jgeneral.hlp jgeneral.txt \
+       jhelp.hlp jhelpinfo.txt jlicense.txt \
+       jmagic.hlp jmagic.txt jmonster.hlp jmonster.txt \
+       jobjects.hlp jobjects.txt joption.hlp joption.txt \
+       jpref.hlp jpref.txt jspecial.hlp jtang.txt \
+       jtown.hlp jtown.txt jversion.txt magic.hlp \
+       magic.txt monster.hlp monster.txt objects.hlp \
+       objects.txt option.hlp option.txt pref.hlp \
+       pref.txt tang.txt town.hlp town.txt \
+       version.txt
 
 EXTRA_DIST = \
   $(angband_files)
 
 if SET_GID
-angbanddir = @DEFAULT_PATH@help
+angbanddir = @DEFAULT_LIB_PATH@/help
 
 angband_DATA = \
   $(angband_files)