diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-12 23:29:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-12 23:29:08 +0000 |
commit | 6f748670132fcfd6aa343cd6dd2a0b18fc867c63 (patch) | |
tree | 1ce19df577dce64ecf2ff4bcfdb09bc25c0496f5 /epoc | |
parent | 2ef4b6742e0ba3a235ff787ef1289fa04447ab83 (diff) | |
download | perl-6f748670132fcfd6aa343cd6dd2a0b18fc867c63.tar.gz |
Introduce the man[24-8] variables, from Andy Dougherty.
p4raw-id: //depot/perl@7205
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 2687a7797a..ee65ee35ce 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -533,12 +533,26 @@ make_set_make='#' mallocobj='' mallocsrc='' malloctype='void *' +man1='man1' man1dir='' man1direxp='' man1ext='' +man2='man2' +man2ext='2' +man3='man3' man3dir='' man3direxp='' man3ext='' +man4='man4' +man4ext='4' +man5='man5' +man5ext='5' +man6='man6' +man6ext='6' +man7='man7' +man7ext='7' +man8='man8' +man8ext='8' mips='' mips_type='' mkdir='mkdir' |