summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/gui/Makefile.am1
-rw-r--r--help/Makefile.am4
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am
index cd6cf49d..079fe4ce 100644
--- a/graphics/gui/Makefile.am
+++ b/graphics/gui/Makefile.am
@@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/graphics/gui
gui_DATA = \
bg_quad_dis.png \
+ browserfont.png \
button.png \
button_disabled.png \
buttonhi.png \
diff --git a/help/Makefile.am b/help/Makefile.am
index 4c52f26c..826f0fad 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -2,8 +2,10 @@
helpdir = $(pkgdatadir)/data/help
help_DATA = \
+ about.txt \
changes.txt \
- commands.txt \
+ commands.txt \
+ header.txt \
index.txt \
skills.txt \
support.txt \