mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-01 05:53:32 +08:00
doc: ensure that emit_bug_reporting_address changes propagate to *.1
* man/Makefile.am ($(MAN)): Depend on system.h.
This commit is contained in:
parent
2fbee63cc9
commit
ddf56e0440
@ -1,6 +1,6 @@
|
|||||||
# Make coreutils man pages. -*-Makefile-*-
|
# Make coreutils man pages. -*-Makefile-*-
|
||||||
|
|
||||||
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
|
# Copyright (C) 2002-2009 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -132,6 +132,10 @@ who.1: $(common_dep) $(srcdir)/who.x ../src/who.c
|
|||||||
whoami.1: $(common_dep) $(srcdir)/whoami.x ../src/whoami.c
|
whoami.1: $(common_dep) $(srcdir)/whoami.x ../src/whoami.c
|
||||||
yes.1: $(common_dep) $(srcdir)/yes.x ../src/yes.c
|
yes.1: $(common_dep) $(srcdir)/yes.x ../src/yes.c
|
||||||
|
|
||||||
|
# This is required so that changes to e.g., emit_bug_reporting_address
|
||||||
|
# provoke regeneration of all $(MAN) files.
|
||||||
|
$(MAN): $(top_srcdir)/src/system.h
|
||||||
|
|
||||||
SUFFIXES = .x .1
|
SUFFIXES = .x .1
|
||||||
|
|
||||||
# Ensure that help2man runs the ../src/ginstall binary as
|
# Ensure that help2man runs the ../src/ginstall binary as
|
||||||
|
Loading…
Reference in New Issue
Block a user