This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / installdirs / sitehtml1dir.U
CommitLineData
959f3c4c
JH
1?RCS: $Id$
2?RCS:
3?RCS: Copyright (c) 1999 Jarkko Hietaniemi
bbf326f0 4?RCS:
65a32477 5?RCS: You may redistribute only under the terms of the Artistic License,
959f3c4c
JH
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
65a32477 8?RCS: that same Artistic License; a copy of which may be found at the root
959f3c4c
JH
9?RCS: of the source tree for dist 3.0.
10?RCS:
bbf326f0
MB
11?MAKE:sitehtml1dir sitehtml1direxp installsitehtml1dir: Getfile \
12 Setprefixvar prefix siteprefix html1dir sed
959f3c4c
JH
13?MAKE: -pick add $@ %<
14?Y:TOP
bbf326f0 15?D:sitehtml1dir=''
959f3c4c
JH
16?S:sitehtml1dir:
17?S: This variable contains the name of the directory in which site-specific
18?S: html 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.
860c366a
JH
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: html pages in this directory with
24?S: MakeMaker Makefile.PL
25?S: or equivalent. See INSTALL for details.
959f3c4c 26?S:.
bbf326f0 27?D:sitehtml1direxp=''
959f3c4c
JH
28?S:sitehtml1direxp:
29?S: This variable is the same as the sitehtml1dir variable, but is filename
30?S: expanded at configuration time, for convenient use in makefiles.
31?S:.
bbf326f0 32?D:installsitehtml1dir=''
959f3c4c
JH
33?S:installsitehtml1dir:
34?S: This variable is really the same as sitehtml1direxp, unless you are using
35?S: AFS in which case it points to the read/write location whereas
36?S: html1direxp only points to the read-only access location. For extra
37?S: portability, you should only use this variable within your makefiles.
38?S:.
c6d164da
MB
39?LINT:change prefixvar
40?LINT:set installsitehtml1dir
41?LINT:set sitehtml1dir
42?LINT:set sitehtml1direxp
959f3c4c 43: determine where add-on html pages go
21f01cb5
JH
44: There is no standard location, so try to copy the previously-selected
45: directory structure for the core html pages.
959f3c4c 46case "$sitehtml1dir" in
21f01cb5
JH
47'') dflt=`echo "$html1dir" | $sed "s#^$prefix#$siteprefix#"` ;;
48*) dflt=$sitehtml1dir ;;
959f3c4c 49esac
21f01cb5
JH
50case "$dflt" in
51''|' ') dflt=none ;;
52esac
53fn=dn+~
959f3c4c
JH
54rp='Pathname where the site-specific html pages should be installed?'
55. ./getfile
bbf326f0
MB
56prefixvar=sitehtml1dir
57. ./setprefixvar
959f3c4c 58