aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-06 16:28:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-06 16:28:27 +0000
commitfada36a1ca5059f984d19c6bb610ae7e9f5c29a7 (patch)
tree9a5a53f76d134cc2e90b94a8c2ecc9fd12a1a34c /doc
parentd3b2fd44294e4122c6605bfd472c644c6feef3d5 (diff)
downloadgdbm-fada36a1ca5059f984d19c6bb610ae7e9f5c29a7.tar.gz
gdbm-fada36a1ca5059f984d19c6bb610ae7e9f5c29a7.tar.bz2
Use dist_man_MANS for manpages.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 223c892..2513f99 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2014 Free Software Foundation, Inc.
#
@@ -22,4 +22,3 @@ gdbm_TEXINFOS=\
-man_MANS = gdbm.3 gdbm_dump.1 gdbm_load.1 gdbmtool.1
-EXTRA_DIST = $(man_MANS)
+dist_man_MANS = gdbm.3 gdbm_dump.1 gdbm_load.1 gdbmtool.1
@@ -82,2 +81,2 @@ fix-sentence-spacing:
-final: untabify fix-sentence-spacing \ No newline at end of file
+final: untabify fix-sentence-spacing

Return to:

Send suggestions and report system problems to the System administrator.