summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstallhtml1
-rw-r--r--pod/perlfaq3.pod6
-rw-r--r--win32/Makefile2
-rw-r--r--win32/makefile.mk2
4 files changed, 6 insertions, 5 deletions
diff --git a/installhtml b/installhtml
index b5406c5691..4bbaba9f0d 100755
--- a/installhtml
+++ b/installhtml
@@ -601,6 +601,7 @@ sub runpod2html {
"--htmlroot=$htmlroot",
"--podpath=".join(":", @podpath),
"--podroot=$podroot", "--netscape",
+ "--header",
($doindex ? "--index" : "--noindex"),
"--" . ($recurse ? "" : "no") . "recurse",
($#libpods >= 0) ? "--libpods=" . join(":", @libpods) : "",
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod
index 3840a85074..7b64801be2 100644
--- a/pod/perlfaq3.pod
+++ b/pod/perlfaq3.pod
@@ -187,8 +187,8 @@ For Windows editors: you can download GNU Emacs
(http://www.gnu.org/software/emacs/windows/ntemacs.html) or XEmacs
(http://www.xemacs.org/Download/index.html), or a vi clone such as
Elvis (ftp://ftp.cs.pdx.edu/pub/elvis/, http://www.fh-wedel.de/elvis/),
-Vile (http://www.clark.net/pub/dickey/vile/vile.html), or
-Vim (http://www.vim.org/) (win32: http://www.cs.vu.nl/%7Etmgil/vi.html).
+Vile (http://vile.cx), or Vim (http://www.vim.org/)
+(win32: http://www.cs.vu.nl/%7Etmgil/vi.html).
For vi lovers in general, Windows or elsewhere:
http://www.thomer.com/thomer/vi/vi.html.
@@ -198,7 +198,7 @@ UNIX platforms you might be interested in trying it out, firstly because
strictly speaking it is not a vi clone, it is the real vi, or the new
incarnation of it, and secondly because you can embed Perl inside it
to use Perl as the scripting language. nvi is not alone in this,
-though: at least also vim offers an embedded Perl.
+though: at least also vim and vile offer an embedded Perl.
The following are Win32 multilanguage editor/IDESs that support Perl:
Codewright (http://www.starbase.com/), MultiEdit (http://www.MultiEdit.com/),
diff --git a/win32/Makefile b/win32/Makefile
index 49edc1ba42..9049099398 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -323,7 +323,7 @@ INST_LIB = $(INST_TOP)$(INST_VER)\lib
INST_ARCHLIB = $(INST_LIB)$(INST_ARCH)
INST_COREDIR = $(INST_ARCHLIB)\CORE
INST_POD = $(INST_LIB)\pod
-INST_HTML = $(INST_POD)\html
+INST_HTML = $(INST_TOP)$(INST_VER)\html
#
# Programs to compile, build .lib files and link
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 5a4a7385ac..5c21ebba8f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -325,7 +325,7 @@ INST_LIB = $(INST_TOP)$(INST_VER)\lib
INST_ARCHLIB = $(INST_LIB)$(INST_ARCH)
INST_COREDIR = $(INST_ARCHLIB)\CORE
INST_POD = $(INST_LIB)\pod
-INST_HTML = $(INST_POD)\html
+INST_HTML = $(INST_TOP)$(INST_VER)\html
#
# Programs to compile, build .lib files and link