about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:09:18 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:09:18 +0000
commit9b032ff6d86cea9ab4615eb29b781261a6eb561a (patch)
treea988b1072ad2d9901f131cc8417f0cb53d802efd /INSTALL
parentf26d396012b9a3a8bb9af8834df88038f4fb33b2 (diff)
downloadzsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.tar.gz
zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.tar.xz
zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.zip
25958: make it possible to get docs for startup files correct
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index afbbb76ad..f2b9bd04d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -407,6 +407,13 @@ Any startup/shutdown script can be disabled by giving the
 --disable-SCRIPTNAME option to "configure".  The --disable-etcdir option
 disables all startup/shutdown files which are not explicitly enabled.
 
+The precompiled documentation comes with startup files listed
+as being in the /etc directory.  If yodl is available, running
+"touch version.yo" and "make" in the Doc directory should produce
+correctly substituted documentation.  (This has to be run by hand
+to avoid introducing a dependency on yodl on systems where the precompiled
+documentation is sufficient.)
+
 Shell functions
 ---------------