commit a4cb453c6425f1bfb84a1a8c6b4578943248fd4d
parent 23e7c65741a0f194ff994dffa0e1e3db9ae35a86
Author: rsc <devnull@localhost>
Date: Tue, 13 Sep 2005 03:59:35 +0000
Look in /scratch/rsc/plan9 for file list.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dist/mkfilelist b/dist/mkfilelist
@@ -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") }