diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-19 08:46:41 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-19 08:46:41 +0100 |
commit | 4b544e447eb78fd1f031a026a499f6aed177808a (patch) | |
tree | f2194ccbfe5e2ecaffbff1fde729147fe100308b /man | |
parent | 2708cd9ca0d7d3babc0886409393eb827aa885fd (diff) | |
download | coreutils-4b544e447eb78fd1f031a026a499f6aed177808a.tar.gz coreutils-4b544e447eb78fd1f031a026a499f6aed177808a.tar.bz2 coreutils-4b544e447eb78fd1f031a026a499f6aed177808a.zip |
"make" would not always update man/*.1 files (but "make dist" would)
* man/Makefile.am (BUILT_SOURCES): Define, so that "make" always
updates man/*.1 files. Reported by Bob Proulx.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 9076afcb0..c4da8f703 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -16,6 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. dist_man_MANS = $(MAN) +BUILT_SOURCES = $(MAN) man_aux = $(dist_man_MANS:.1=.x) |