diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-17 16:02:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-17 16:02:01 +0000 |
commit | 2c6bf597b909e7325d41ec6b13e845778814610f (patch) | |
tree | 4f81f8c6fd7fe9ac774421189e7534b131d46f32 /Doc | |
parent | e475a39d4c4d5d4c5f0ddfba59eb2190d559112f (diff) | |
download | zsh-2c6bf597b909e7325d41ec6b13e845778814610f.tar.gz zsh-2c6bf597b909e7325d41ec6b13e845778814610f.tar.xz zsh-2c6bf597b909e7325d41ec6b13e845778814610f.zip |
23060: make everything in Doc makes info
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index ca1ab2741..711376ae9 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -84,7 +84,7 @@ Zsh/seealso.yo Zsh/tcpsys.yo Zsh/zftpsys.yo Zsh/zle.yo all: man texi ../META-FAQ .PHONY: all -everything: all dvi html pdf +everything: all dvi html pdf info .PHONY: everything dvi: zsh.dvi |