summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-09-25 09:45:57 +0200
committerReuben Thomas <rrt@sc3d.org>2022-09-25 17:59:00 +0100
commit9a179cc049f4acfae5de8f7bf6170819f56878f8 (patch)
tree668666ca5c680eac59c9e4bfeff1a34f591ec165 /src/Makefile.am
parent00508d3af0948a7bc4346828b92440ea5759f9fd (diff)
downloadenchant-9a179cc049f4acfae5de8f7bf6170819f56878f8.tar.gz
Improve the documentation
These changes were inspired by issue #311. Move the documentation on personal wordlists from README into enchant.5, and the documentation on ordering files from enchant.1 to enchant.5. Add a cross reference from README to the man page.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c89b1c..b40b174 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@ noinst_HEADERS = debug.h
pkgdata_DATA = enchant.ordering
-dist_man_MANS = enchant-@ENCHANT_MAJOR_VERSION@.1 enchant-lsmod-@ENCHANT_MAJOR_VERSION@.1
+dist_man_MANS = enchant-@ENCHANT_MAJOR_VERSION@.1 enchant-lsmod-@ENCHANT_MAJOR_VERSION@.1 enchant.5
edit = sed \
-e 's|DATADIR|$(datadir)|g'