(info.nr/all, info.html/all.html): Don't pass -F to ls, it has no

effect here.  Was mindlessly copied from old info/Makefile.
This commit is contained in:
Markus Armbruster 2006-02-15 07:35:32 +00:00
parent 8b97f10ea3
commit 78578a0521

View file

@ -267,11 +267,11 @@ $(ttop): $(tsubj)
perl $(srcdir)/info/mktop.pl $@ $(filter %.t, $^)
info.nr/all: $(filter-out info.nr/all, $(info.nr))
(cd info.nr && ls -CF $(info)) >$@
(cd info.nr && ls -C $(info)) >$@
# FIXME shouldn't use ls
info.html/all.html: $(filter-out info.html/all.html, $(info.html)) info/ls2html.pl
(cd info.html && ls -CF $(notdir $(info.html))) | expand | perl $(filter %.pl, $^) >$@
(cd info.html && ls -C $(notdir $(info.html))) | expand | perl $(filter %.pl, $^) >$@
# FIXME shouldn't use ls
$(info.nr): info/CRT.MAC info/INFO.MAC info/Blank.awk | info.nr