info: Nicer remaking of info subject index pages

Give quiet-command a more useful last argument.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-05 14:14:41 +01:00
parent 4709c68dad
commit e0668ff294

View file

@ -329,7 +329,7 @@ $(libs) $(empth_lib):
# each with the same prerequisites and commands. Use a stamp file.
$(tsubj): info/stamp-subj ;
info/stamp-subj: info/mksubj.pl $(tsrc)
$(call quiet-command,perl $(srcdir)/info/mksubj.pl $(subjects) $(filter %.t, $^),GEN '$$(subjects)')
$(call quiet-command,perl $(srcdir)/info/mksubj.pl $(subjects) $(filter %.t, $^),GEN '$(tsubj)')
>$@
$(ttop): info/mktop.pl info/subjects.mk