diff options
author | rsc <devnull@localhost> | 2004-04-19 05:57:10 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-19 05:57:10 +0000 |
commit | 2b522d7aaa180f5326778b43f331d73c4bd96654 (patch) | |
tree | 84517cdd268cdde719a5c1b7d4f81504d4b9132d | |
parent | ad1d529cd7dea95f46b2cede9039da2256f9a464 (diff) | |
download | plan9port-2b522d7aaa180f5326778b43f331d73c4bd96654.tar.gz plan9port-2b522d7aaa180f5326778b43f331d73c4bd96654.tar.bz2 plan9port-2b522d7aaa180f5326778b43f331d73c4bd96654.zip |
small fixes to man page lists
-rw-r--r-- | unix/mkfile.fmt | 2 | ||||
-rw-r--r-- | unix/mkfile.utf | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/unix/mkfile.fmt b/unix/mkfile.fmt index 13e97d68..d970a246 100644 --- a/unix/mkfile.fmt +++ b/unix/mkfile.fmt @@ -8,6 +8,8 @@ TARG=\ fmt.h\ fmtdef.h\ nan.h\ + print.3\ + fmtinstall.3\ all:V: $TARG diff --git a/unix/mkfile.utf b/unix/mkfile.utf index b611b5f0..bb8e438f 100644 --- a/unix/mkfile.utf +++ b/unix/mkfile.utf @@ -7,6 +7,10 @@ TARG=\ `{ls -p $PLAN9/src/lib9/utf/*.c}\ utf.h\ utfdef.h\ + isalpharune.3\ + utf.7\ + rune.3\ + runestrcat.3\ all:V: $TARG |