Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Minor error in Doc/Makefile.in



Way back in 2000, compat.yo and restricted.yo were moved from zshmisc.yo
to zsh.yo (via invoke.yo), but the Makefile dependencies were never
updated. This patch fixes this.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.51
diff -u -r1.51 Makefile.in
--- Makefile.in	27 Jul 2012 18:43:17 -0000	1.51
+++ Makefile.in	13 Aug 2012 05:15:37 -0000
@@ -187,7 +187,7 @@
 
 zsh.1 zshall.1: Zsh/intro.yo Zsh/metafaq.yo Zsh/invoke.yo Zsh/files.yo
\
                 Zsh/filelist.yo Zsh/filelist.yo Zsh/seealso.yo \
-                Zsh/ftp_sites.yo
+                Zsh/ftp_sites.yo Zsh/compat.yo Zsh/restricted.yo
 
 zshbuiltins.1: Zsh/builtins.yo
 
@@ -204,8 +204,8 @@
 zshexpn.1: Zsh/expn.yo
 
 zshmisc.1: Zsh/grammar.yo Zsh/redirect.yo Zsh/exec.yo Zsh/func.yo \
-           Zsh/jobs.yo Zsh/arith.yo Zsh/cond.yo Zsh/compat.yo \
-           Zsh/prompt.yo Zsh/restricted.yo
+           Zsh/jobs.yo Zsh/arith.yo Zsh/cond.yo \
+           Zsh/prompt.yo 
 
 zshmodules.1: Zsh/modules.yo Zsh/modlist.yo Zsh/modmenu.yo $(MODDOCSRC)
 



Messages sorted by: Reverse Date, Date, Thread, Author