Skip to content

Commit 7f4c3b3

Browse files
committed
Process manpage in main Makefile.am
1 parent 8f03617 commit 7f4c3b3

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright ?-2002 Jim Meyering <jim@meyering.net>
44
# Copyright 2002-2006 Nicholas Harbour <nicholasharbour@yahoo.com>
5-
# Copyright 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
5+
# Copyright 2019-2021 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
66
#
77
# This program is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,9 @@
2020

2121
AUTOMAKE_OPTIONS = foreign no-dependencies
2222

23-
SUBDIRS = src man
23+
SUBDIRS = src
24+
25+
man_MANS = man/dcfldd.1
2426

2527
distclean-local:
2628
rm -rf autom4te.cache

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ AC_TYPE_SIZE_T
4242

4343
AC_CHECK_DECLS([strtol, strtoul, strtoumax, strndup])
4444

45-
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
45+
AC_CONFIG_FILES([Makefile src/Makefile])
4646
AC_OUTPUT

man/Makefile.am

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)