From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes From: "Andrej Borsenkow" To: "Bart Schaefer" , "ZSH workers mailing list" 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 Message-ID: <004d01be4958$7fdf4180$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_004E_01BE4971.A52C7980" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: <990126101453.ZM24280@candle.brasslantern.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Importance: Normal X-Mailing-List: 5029 This is a multi-part message in MIME format. ------=_NextPart_000_004E_01BE4971.A52C7980 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit > > I get "malformed patch" when I try to apply this. Did something rewrap > some lines? > Yep. Outlook. Now attached. Sorry. /andrej ------=_NextPart_000_004E_01BE4971.A52C7980 Content-Type: application/octet-stream; name="zsh.texidir.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="zsh.texidir.patch" --- Doc/Makefile.in.org Tue Nov 10 11:37:49 1998=0A= +++ Doc/Makefile.in Tue Jan 26 16:26:22 1999=0A= @@ -141,6 +141,11 @@=0A= else :; \=0A= fi || exit 1; \=0A= done=0A= + if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \=0A= + install-info --dir-file=3D$(infodir)/dir $(infodir)/zsh.info; \=0A= + else true; fi=0A= +=0A= +=0A= =0A= install.html: zsh_toc.html=0A= $(sdir_top)/mkinstalldirs $(htmldir)=0A= --- Doc/ztexi.yo.org Sat Sep 26 21:56:55 1998=0A= +++ Doc/ztexi.yo Tue Jan 26 16:24:33 1999=0A= @@ -57,6 +57,12 @@=0A= NOTRANS(@iftex)NL()\=0A= NOTRANS(@set dsq '{}')NL()\=0A= NOTRANS(@end iftex)NL()\=0A= + NOTRANS(@ifinfo)NL()\=0A= + NOTRANS(@dircategory Utilities)NL()\=0A= + NOTRANS(@direntry)NL()\=0A= + NOTRANS( * ZSH: (zsh). The Z Shell = Guide.)NL()\=0A= + NOTRANS(@end direntry)NL()\=0A= + NOTRANS(@end ifinfo)NL()\=0A= )=0A= =0A= def(texiifinfo)(1)(\=0A= ------=_NextPart_000_004E_01BE4971.A52C7980--