summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-07 15:26:08 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-07 15:26:08 +0300
commit33755bd1a1e863a7aec0036198b4d04cc19e4417 (patch)
treeb4ac5f19eedf80c1cf20e4ebc8d7124e349e59ea /Makefile.am
parentc556e16b710a6dec3840aba968f0a3ca2b46dc20 (diff)
Documentation pathes
* Remove README.themes: does not exist * MANUAL.he moved to docs directory. Not installed by "make install" * Man pages: geresh.1 and pgeresh.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index dfb7fef..1f28b25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,16 +43,16 @@ THEMES = \
$(THEME_DIR)/green.thm \
$(THEME_DIR)/borland.thm \
$(THEME_DIR)/occult.thm \
- $(THEME_DIR)/arnold.thm \
- $(THEME_DIR)/README.themes
+ $(THEME_DIR)/arnold.thm
-pkgdata_DATA = \
- MANUAL.he kbdtab reprtab transtab
+pkgdata_DATA = kbdtab reprtab transtab
-EXTRA_DIST = \
- MANUAL.he kbdtab reprtab transtab \
+EXTRA_DIST = MANUAL.he kbdtab reprtab transtab \
+ geresh.1 pgeresh.1 \
$(THEMES)
+man_MANS = geresh.1 pgeresh.1
+
localedir = $(datadir)/locale
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DPKGDATADIR=\"$(pkgdatadir)\"