zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <borsenkow.msk@sni.de>
To: "Bart Schaefer" <schaefer@brasslantern.com>,
	"ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: RE: PATCH: zsh-3.1.5-pws-5: creating info dir entry with install.info
Date: Tue, 26 Jan 1999 21:20:06 +0300	[thread overview]
Message-ID: <004d01be4958$7fdf4180$21c9ca95@mowp.siemens.ru> (raw)
In-Reply-To: <990126101453.ZM24280@candle.brasslantern.com>

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

> 
> I get "malformed patch" when I try to apply this.  Did something rewrap
> some lines?
> 

Yep. Outlook.

Now attached. Sorry.

/andrej

[-- Attachment #2: zsh.texidir.patch --]
[-- Type: application/octet-stream, Size: 850 bytes --]

--- Doc/Makefile.in.org	Tue Nov 10 11:37:49 1998
+++ Doc/Makefile.in	Tue Jan 26 16:26:22 1999
@@ -141,6 +141,11 @@
 	  else :; \
 	   fi || exit 1; \
 	done
+	if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+		install-info --dir-file=$(infodir)/dir $(infodir)/zsh.info; \
+	else true; fi
+
+
 
 install.html: zsh_toc.html
 	$(sdir_top)/mkinstalldirs $(htmldir)
--- Doc/ztexi.yo.org	Sat Sep 26 21:56:55 1998
+++ Doc/ztexi.yo	Tue Jan 26 16:24:33 1999
@@ -57,6 +57,12 @@
   NOTRANS(@iftex)NL()\
   NOTRANS(@set dsq '{}')NL()\
   NOTRANS(@end iftex)NL()\
+  NOTRANS(@ifinfo)NL()\
+  NOTRANS(@dircategory Utilities)NL()\
+  NOTRANS(@direntry)NL()\
+  NOTRANS(     * ZSH: (zsh).                     The Z Shell Guide.)NL()\
+  NOTRANS(@end direntry)NL()\
+  NOTRANS(@end ifinfo)NL()\
 )
 
 def(texiifinfo)(1)(\

  reply	other threads:[~1999-01-26 18:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-26 13:47 Andrej Borsenkow
1999-01-26 18:14 ` Bart Schaefer
1999-01-26 18:20   ` Andrej Borsenkow [this message]
     [not found] <990126103248.ZM24394@candle.brasslantern.com>
1999-01-26 18:50 ` Andrej Borsenkow

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='004d01be4958$7fdf4180$21c9ca95@mowp.siemens.ru' \
    --to=borsenkow.msk@sni.de \
    --cc=schaefer@brasslantern.com \
    --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).