tLook in /scratch/rsc/plan9 for file list. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a4cb453c6425f1bfb84a1a8c6b4578943248fd4d
DIR parent 23e7c65741a0f194ff994dffa0e1e3db9ae35a86
HTML Author: rsc <devnull@localhost>
Date: Tue, 13 Sep 2005 03:59:35 +0000
Look in /scratch/rsc/plan9 for file list.
Diffstat:
M dist/mkfilelist | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/dist/mkfilelist b/dist/mkfilelist
t@@ -59,6 +59,7 @@ awk -vplan9'='$PLAN9 '
/^dict\// { cat("dict") }
+ /^dist\/debian\/(dists|pool)/ { next }
/^dist\// { cat("dist") }
/^face\// { cat("faces") }
t@@ -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") }