(info.nr/all, info.html/all.html): Don't pick up random junk from the
filesystem.
This commit is contained in:
parent
2e7c9edf5e
commit
d8480865ae
1 changed files with 4 additions and 4 deletions
8
Make.mk
8
Make.mk
|
@ -257,12 +257,12 @@ $(ttop): $(tsubj)
|
|||
perl $(srcdir)/info/mktop.pl $@ $(filter %.t, $^)
|
||||
|
||||
info.nr/all: $(filter-out info.nr/all, $(info.nr))
|
||||
(cd info.nr && ls -CF) >$@
|
||||
# FIXME should use $^ and not ls
|
||||
(cd info.nr && ls -CF $(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 *.html) | expand | perl $(filter %.pl, $^) >$@
|
||||
# FIXME should use $^ and not ls
|
||||
(cd info.html && ls -CF $(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