Look in /scratch/rsc/plan9 for file list.

This commit is contained in:
rsc 2005-09-13 03:59:35 +00:00
parent 23e7c65741
commit a4cb453c64

3
dist/mkfilelist vendored
View file

@ -59,6 +59,7 @@ awk -vplan9'='$PLAN9 '
/^dict\// { cat("dict") }
/^dist\/debian\/(dists|pool)/ { next }
/^dist\// { cat("dist") }
/^face\// { cat("faces") }
@ -67,8 +68,8 @@ awk -vplan9'='$PLAN9 '
/^font\/LICENSE/ { cat("font-bh") }
/^font\/(lucida|lucidasans|lucm|pelm)\// { cat("font-bh") }
/^font\/(MAP|fixed|misc|sample|smiley)/ { cat("font-core") }
/^font\// { cat("font-core") }
/^font\/(palatino|times|special)/ { cat("font-proof") }
/^font\// { cat("font-core") }
/^include\// { cat("devel") }