zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <borsenkow.msk@sni.de>
To: "Sven Wischnowsky" <wischnow@informatik.hu-berlin.de>,
	<zsh-workers@sunsite.auc.dk>
Subject: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
Date: Mon, 31 May 1999 19:10:51 +0400	[thread overview]
Message-ID: <008e01beab77$c5b676c0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <199905311458.QAA19066@beta.informatik.hu-berlin.de>

> 
> 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 \


  reply	other threads:[~1999-05-31 15:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-31 14:58 Sven Wischnowsky
1999-05-31 15:10 ` Andrej Borsenkow [this message]
1999-05-31 18:50   ` PATCH: " Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='008e01beab77$c5b676c0$21c9ca95@mow.siemens.ru' \
    --to=borsenkow.msk@sni.de \
    --cc=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).