diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 302afa1278..91f315b35e 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3126,14 +3126,14 @@ installsitebin (sitebin.U): a system running AFS, in which case they may differ slightly. You should always use this variable within your makefiles for portability. -installsitehtml1 (sitehtml1.U): - This variable is really the same as sitehtml1exp, unless you are using +installsitehtml1dir (sitehtml1dir.U): + This variable is really the same as sitehtml1direxp, unless you are using AFS in which case it points to the read/write location whereas html1direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. -installsitehtml3 (sitehtml3.U): - This variable is really the same as sitehtml3exp, unless you are using +installsitehtml3dir (sitehtml3dir.U): + This variable is really the same as sitehtml3direxp, unless you are using AFS in which case it points to the read/write location whereas html3direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. @@ -3143,14 +3143,14 @@ installsitelib (sitelib.U): those systems using AFS. For extra portability, only this variable should be used in makefiles. -installsiteman1 (siteman1.U): - This variable is really the same as siteman1exp, unless you are using +installsiteman1dir (siteman1dir.U): + This variable is really the same as siteman1direxp, unless you are using AFS in which case it points to the read/write location whereas man1direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. -installsiteman3 (siteman3.U): - This variable is really the same as siteman3exp, unless you are using +installsiteman3dir (siteman3dir.U): + This variable is really the same as siteman3direxp, unless you are using AFS in which case it points to the read/write location whereas man3direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. @@ -3211,13 +3211,13 @@ installvendorbin (vendorbin.U): those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorhtml1 (vendorhtml1.U): - This variable is really the same as vendorhtml1exp but may differ on +installvendorhtml1dir (vendorhtml1dir.U): + This variable is really the same as vendorhtml1direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorhtml3 (vendorhtml3.U): - This variable is really the same as vendorhtml3exp but may differ on +installvendorhtml3dir (vendorhtml3dir.U): + This variable is really the same as vendorhtml3direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. @@ -3226,13 +3226,13 @@ installvendorlib (vendorlib.U): those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorman1 (vendorman1.U): - This variable is really the same as vendorman1exp but may differ on +installvendorman1dir (vendorman1dir.U): + This variable is really the same as vendorman1direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorman3 (vendorman3.U): - This variable is really the same as vendorman3exp but may differ on +installvendorman3dir (vendorman3dir.U): + This variable is really the same as vendorman3direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. @@ -4128,7 +4128,7 @@ sitebinexp (sitebin.U): This is the same as the sitebin variable, but is filename expanded at configuration time, for use in your makefiles. -sitehtml1 (sitehtml1.U): +sitehtml1dir (sitehtml1dir.U): This variable contains the name of the directory in which site-specific html source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4139,11 +4139,11 @@ sitehtml1 (sitehtml1.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -sitehtml1exp (sitehtml1.U): - This variable is the same as the sitehtml1 variable, but is filename +sitehtml1direxp (sitehtml1dir.U): + This variable is the same as the sitehtml1dir variable, but is filename expanded at configuration time, for convenient use in makefiles. -sitehtml3 (sitehtml3.U): +sitehtml3dir (sitehtml3dir.U): This variable contains the name of the directory in which site-specific library html source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4154,8 +4154,8 @@ sitehtml3 (sitehtml3.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -sitehtml3exp (sitehtml3.U): - This variable is the same as the sitehtml3 variable, but is filename +sitehtml3direxp (sitehtml3dir.U): + This variable is the same as the sitehtml3dir variable, but is filename expanded at configuration time, for convenient use in makefiles. sitelib (sitelib.U): @@ -4178,7 +4178,7 @@ sitelibexp (sitelib.U): This variable is the ~name expanded version of sitelib, so that you may use it directly in Makefiles or shell scripts. -siteman1 (siteman1.U): +siteman1dir (siteman1dir.U): This variable contains the name of the directory in which site-specific manual source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4189,11 +4189,11 @@ siteman1 (siteman1.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -siteman1exp (siteman1.U): - This variable is the same as the siteman1 variable, but is filename +siteman1direxp (siteman1dir.U): + This variable is the same as the siteman1dir variable, but is filename expanded at configuration time, for convenient use in makefiles. -siteman3 (siteman3.U): +siteman3dir (siteman3dir.U): This variable contains the name of the directory in which site-specific library man source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4204,8 +4204,8 @@ siteman3 (siteman3.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -siteman3exp (siteman3.U): - This variable is the same as the siteman3 variable, but is filename +siteman3direxp (siteman3dir.U): + This variable is the same as the siteman3dir variable, but is filename expanded at configuration time, for convenient use in makefiles. siteprefix (siteprefix.U): @@ -4744,7 +4744,7 @@ vendorbinexp (vendorbin.U): This variable is the ~name expanded version of vendorbin, so that you may use it directly in Makefiles or shell scripts. -vendorhtml1 (vendorhtml1.U): +vendorhtml1dir (vendorhtml1dir.U): This variable contains the name of the directory for html pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4753,11 +4753,11 @@ vendorhtml1 (vendorhtml1.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorhtml1exp (vendorhtml1.U): - This variable is the ~name expanded version of vendorhtml1, so that you +vendorhtml1direxp (vendorhtml1dir.U): + This variable is the ~name expanded version of vendorhtml1dir, so that you may use it directly in Makefiles or shell scripts. -vendorhtml3 (vendorhtml3.U): +vendorhtml3dir (vendorhtml3dir.U): This variable contains the name of the directory for html library pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4766,8 +4766,8 @@ vendorhtml3 (vendorhtml3.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorhtml3exp (vendorhtml3.U): - This variable is the ~name expanded version of vendorhtml3, so that you +vendorhtml3direxp (vendorhtml3dir.U): + This variable is the ~name expanded version of vendorhtml3dir, so that you may use it directly in Makefiles or shell scripts. vendorlib (vendorlib.U): @@ -4788,7 +4788,7 @@ vendorlibexp (vendorlib.U): This variable is the ~name expanded version of vendorlib, so that you may use it directly in Makefiles or shell scripts. -vendorman1 (vendorman1.U): +vendorman1dir (vendorman1dir.U): This variable contains the name of the directory for man1 pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4797,11 +4797,11 @@ vendorman1 (vendorman1.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorman1exp (vendorman1.U): - This variable is the ~name expanded version of vendorman1, so that you +vendorman1direxp (vendorman1dir.U): + This variable is the ~name expanded version of vendorman1dir, so that you may use it directly in Makefiles or shell scripts. -vendorman3 (vendorman3.U): +vendorman3dir (vendorman3dir.U): This variable contains the name of the directory for man3 pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4810,8 +4810,8 @@ vendorman3 (vendorman3.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorman3exp (vendorman3.U): - This variable is the ~name expanded version of vendorman3, so that you +vendorman3direxp (vendorman3dir.U): + This variable is the ~name expanded version of vendorman3dir, so that you may use it directly in Makefiles or shell scripts. vendorprefix (vendorprefix.U): |