(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:
parent
8b97f10ea3
commit
78578a0521
1 changed files with 2 additions and 2 deletions
4
Make.mk
4
Make.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue