This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
37922810b3be75d0405a0ead44371a2a42b8cc81
[metaconfig.git] / U / installdirs / siteman1.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 Licence,
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 Licence; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 3.0.
10 ?RCS:
11 ?MAKE:siteman1 siteman1exp installsiteman1: test Getfile Setprefixvar \
12         prefix siteprefix man1dir sed
13 ?MAKE:  -pick add $@ %<
14 ?Y:TOP
15 ?D:siteman1=''
16 ?S:siteman1:
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:siteman1exp=''
28 ?S:siteman1exp:
29 ?S:     This variable is the same as the siteman1 variable, but is filename
30 ?S:     expanded at configuration time, for convenient use in makefiles.
31 ?S:.
32 ?D:installsiteman1=''
33 ?S:installsiteman1:
34 ?S:     This variable is really the same as siteman1exp, 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 installsiteman1
41 ?LINT:set siteman1exp
42 : determine where add-on manual pages go
43 case "$siteman1" in
44 '')     dflt=`echo "$man1dir" | $sed "s#^$prefix#$siteprefix#"` ;;
45 *)      dflt=$siteman1 ;;
46 esac
47 case "$dflt" in
48 ''|' ') dflt=none ;;
49 esac
50 fn=dn+~
51 rp='Pathname where the site-specific manual pages should be installed?'
52 . ./getfile
53 prefixvar=siteman1
54 . ./setprefixvar
55 : Use ' ' for none so value is preserved next time through Configure
56 $test X"$siteman1" = "X" && siteman1=' '
57