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,8 +1,8 @@
# 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
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -17,14 +17,13 @@
# Documentation
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
TEXI2DVI=texi2dvi -E
# Make sure you set TEXINPUTS.
@@ -77,7 +76,7 @@ fix-sentence-spacing:
if grep -q '\. [@A-Z]' $$file; then \
mv $$file $${file}~; \
sed -r 's/\. ([@A-Z])/. \1/g' $${file}~ > $$file; \
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.