Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
- X-seq: zsh-workers 6392
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
- Date: Mon, 31 May 1999 19:10:51 +0400
- Importance: Normal
- In-reply-to: <199905311458.QAA19066@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> 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