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

PATCH: RE: pws-19 + patches: dangling (wrong?) links in info



> 
> With info? Works for me...
> 

Yep. At least in my case makeinfo creates ten info files ...

/andrej

--- Doc/Makefile.in.org Mon May 24 19:50:35 1999
+++ Doc/Makefile.in     Mon May 31 19:07:41 1999
@@ -174,7 +174,7 @@
 # install info pages, creating install directory if necessary
 install.info: zsh.info
        $(sdir_top)/mkinstalldirs $(infodir)
-       for file in zsh.info zsh.info-[1-9]; do \
+       for file in zsh.info zsh.info-[1-9]*; do \
          if test -f $$file; then \
            $(INSTALL_DATA) $$file $(infodir); \
          elif test -f $(sdir)/$$file; then \



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