This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / installdirs / siteman1dir.U
1 ?RCS: $Id$
2 ?RCS:
3 ?RCS: Copyright (c) 1999 Jarkko Hietaniemi
4 ?RCS:
5 ?RCS: You may redistribute only under the terms of the Artistic License,
6 ?RCS: as specified in the README file that comes with the distribution.
7 ?RCS: You may reuse parts of this distribution only within the terms of
8 ?RCS: that same Artistic License; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 3.0.
10 ?RCS:
11 ?MAKE:siteman1dir siteman1direxp installsiteman1dir: Getfile \
12         Setprefixvar prefix siteprefix man1dir sed
13 ?MAKE:  -pick add $@ %<
14 ?Y:TOP
15 ?D:siteman1dir=''
16 ?S:siteman1dir:
17 ?S:     This variable contains the name of the directory in which site-specific
18 ?S:     manual source pages are to be put.  It is the responsibility of the
19 ?S:     Makefile.SH to get the value of this into the proper command.
20 ?S:     You must be prepared to do the ~name expansion yourself.
21 ?S:     The standard distribution will put nothing in this directory.
22 ?S:     After perl has been installed, users may install their own local
23 ?S:     man1 pages in this directory with
24 ?S:             MakeMaker Makefile.PL
25 ?S:     or equivalent.  See INSTALL for details.
26 ?S:.
27 ?D:siteman1direxp=''
28 ?S:siteman1direxp:
29 ?S:     This variable is the same as the siteman1dir variable, but is filename
30 ?S:     expanded at configuration time, for convenient use in makefiles.
31 ?S:.
32 ?D:installsiteman1dir=''
33 ?S:installsiteman1dir:
34 ?S:     This variable is really the same as siteman1direxp, unless you are using
35 ?S:     AFS in which case it points to the read/write location whereas
36 ?S:     man1direxp only points to the read-only access location. For extra
37 ?S:     portability, you should only use this variable within your makefiles.
38 ?S:.
39 ?LINT:change prefixvar
40 ?LINT:set installsiteman1dir
41 ?LINT:set siteman1dir
42 ?LINT:set siteman1direxp
43 : determine where add-on manual pages go
44 case "$siteman1dir" in
45 '')     dflt=`echo $man1dir | $sed "s#^$prefix#$siteprefix#"` ;;
46 *)      dflt=$siteman1dir ;;
47 esac
48 case "$dflt" in
49 ''|' ') dflt=none ;;
50 esac
51 fn=dn+~
52 rp='Pathname where the site-specific manual pages should be installed?'
53 . ./getfile
54 prefixvar=siteman1dir
55 . ./setprefixvar
56