This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
/\=/ does not require \ even in older awk
[metaconfig.git] / U / installdirs / siteman3dir.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:siteman3dir siteman3direxp installsiteman3dir: Getfile \
12         Setprefixvar prefix siteprefix man3dir sed
13 ?MAKE:  -pick add $@ %<
14 ?Y:TOP
15 ?D:siteman3dir=''
16 ?S:siteman3dir:
17 ?S:     This variable contains the name of the directory in which site-specific
18 ?S:     library man 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:     man3 pages in this directory with
24 ?S:             MakeMaker Makefile.PL
25 ?S:     or equivalent.  See INSTALL for details.
26 ?S:.
27 ?D:siteman3direxp=''
28 ?S:siteman3direxp:
29 ?S:     This variable is the same as the siteman3dir variable, but is filename
30 ?S:     expanded at configuration time, for convenient use in makefiles.
31 ?S:.
32 ?D:installsiteman3dir=''
33 ?S:installsiteman3dir:
34 ?S:     This variable is really the same as siteman3direxp, unless you are using
35 ?S:     AFS in which case it points to the read/write location whereas
36 ?S:     man3direxp 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 installsiteman3dir
41 ?LINT:set siteman3dir
42 ?LINT:set siteman3direxp
43 : determine where add-on library man pages go
44 case "$siteman3dir" in
45 '')     dflt=`echo $man3dir | $sed "s#^$prefix#$siteprefix#"` ;;
46 *)      dflt=$siteman3dir ;;
47 esac
48 case "$dflt" in
49 ''|' ') dflt=none ;;
50 esac
51 fn=dn+~
52 rp='Pathname where the site-specific library manual pages should be installed?'
53 . ./getfile
54 prefixvar=siteman3dir
55 . ./setprefixvar
56