diff options
author | rsc <devnull@localhost> | 2005-01-16 21:32:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-16 21:32:01 +0000 |
commit | d3a25066c942ac23e202629ac469726aa6527cdf (patch) | |
tree | c091d3818ca879a06adcc5481151678065939917 /unix/man/mkfile | |
parent | 0215fd56dbd9823b392000729edbb81c46447cda (diff) | |
download | plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.gz plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.bz2 plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.zip |
tweaks
Diffstat (limited to 'unix/man/mkfile')
-rw-r--r-- | unix/man/mkfile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/unix/man/mkfile b/unix/man/mkfile index 6cf69e0a..918aff8a 100644 --- a/unix/man/mkfile +++ b/unix/man/mkfile @@ -1,17 +1,3 @@ -MAN=\ - isalpharune.3\ - rune.3\ - runestrcat.3\ - utf.7\ - print.3\ - fmtinstall.3\ - quote.3\ - fmtstrtod.3\ - bio.3\ - regexp9.3\ - regexp9.7\ - mk.1\ - HTML=\ isalpharune3.html\ rune3.html\ @@ -26,7 +12,7 @@ HTML=\ regexp97.html\ mk1.html\ -all:V: $MAN $HTML +all:V: $HTML title='Ported from Plan 9' MKSHELL=$PLAN9/bin/rc |