aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
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/Makefile.am
parentd3b2fd44294e4122c6605bfd472c644c6feef3d5 (diff)
downloadgdbm-fada36a1ca5059f984d19c6bb610ae7e9f5c29a7.tar.gz
gdbm-fada36a1ca5059f984d19c6bb610ae7e9f5c29a7.tar.bz2
Use dist_man_MANS for manpages.
Diffstat (limited to 'doc/Makefile.am')
-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,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2014 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,8 +20,7 @@ info_TEXINFOS = gdbm.texinfo
gdbm_TEXINFOS=\
fdl.texi
-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
GENDOCS=gendocs.sh
@@ -80,4 +79,4 @@ fix-sentence-spacing:
fi; \
done
-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.