]> git.pond.sub.org Git - empserver/commitdiff
(info.nr/all, info.html/all.html): Don't pick up random junk from the
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 23 Jan 2006 21:33:13 +0000 (21:33 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 23 Jan 2006 21:33:13 +0000 (21:33 +0000)
filesystem.

Make.mk

diff --git a/Make.mk b/Make.mk
index f69ea03c430052bde8948e5d41c046178f4595b6..ed42e075669843ccb5f65a331808d4a3ec26fd3e 100644 (file)
--- a/Make.mk
+++ b/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