mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-11 01:42:17 +02:00
build: one less unneeded make variable
* man/local.mk (man_aux): This was used only once, so inline its expansion at its sole point of use ... (EXTRA_DIST): ... here.
This commit is contained in:
committed by
Jim Meyering
parent
59da6f1e6f
commit
f3244dcab6
@@ -18,9 +18,7 @@
|
||||
|
||||
dist_man1_MANS = $(MAN)
|
||||
|
||||
man_aux = $(dist_man1_MANS:.1=.x)
|
||||
|
||||
EXTRA_DIST += $(man_aux) man/help2man
|
||||
EXTRA_DIST += $(dist_man1_MANS:.1=.x) man/help2man
|
||||
MAINTAINERCLEANFILES += $(dist_man1_MANS)
|
||||
|
||||
EXTRA_MANS = @EXTRA_MANS@
|
||||
|
||||
Reference in New Issue
Block a user