summaryrefslogtreecommitdiff
path: root/src/utils/pfbtops
diff options
context:
space:
mode:
authorBernd Warken <groff-bernd.warken-72@web.de>2015-08-08 14:19:59 +0200
committerBernd Warken <groff-bernd.warken-72@web.de>2015-08-08 14:19:59 +0200
commita0c631ffb06e83c288ae96a9833dab70d5993b61 (patch)
tree2e7c843e751da7f95b288c112c9b1da663e546b1 /src/utils/pfbtops
parent2390f0262b7af36040b0a9edb9943df25d58c8d4 (diff)
downloadgroff-git-a0c631ffb06e83c288ae96a9833dab70d5993b61.tar.gz
Add section name into all man-page names.
Diffstat (limited to 'src/utils/pfbtops')
-rw-r--r--src/utils/pfbtops/pfbtops.1.man (renamed from src/utils/pfbtops/pfbtops.man)0
-rw-r--r--src/utils/pfbtops/pfbtops.am6
2 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/pfbtops/pfbtops.man b/src/utils/pfbtops/pfbtops.1.man
index 630d62296..630d62296 100644
--- a/src/utils/pfbtops/pfbtops.man
+++ b/src/utils/pfbtops/pfbtops.1.man
diff --git a/src/utils/pfbtops/pfbtops.am b/src/utils/pfbtops/pfbtops.am
index bc99cfd0f..8275968a9 100644
--- a/src/utils/pfbtops/pfbtops.am
+++ b/src/utils/pfbtops/pfbtops.am
@@ -1,7 +1,7 @@
# Copyright (C) 2014-2015
# Free Software Foundation, Inc.
#
-# Latest update: 5 Aug 2015
+# Latest update: 7 Aug 2015
#
# This file is part of groff.
#
@@ -19,8 +19,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
bin_PROGRAMS += pfbtops
-man1_MANS += src/utils/pfbtops/pfbtops.n
-EXTRA_DIST += src/utils/pfbtops/pfbtops.man
+man1_MANS += src/utils/pfbtops/pfbtops.1.n
+EXTRA_DIST += src/utils/pfbtops/pfbtops.1.man
pfbtops_SOURCES = src/utils/pfbtops/pfbtops.c
pfbtops_LDADD = libgroff.a $(LIBM)
# We use the following trick to force the use of C++ compiler