zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: zsh-workers@zsh.org
Subject: [PATCH 1/2] zshguide: minimal fix for yodl 2.x
Date: Mon,  8 Nov 2010 22:28:36 +0300	[thread overview]
Message-ID: <1289244517-14442-1-git-send-email-arvidjaar@gmail.com> (raw)

Yodl 2.x does not define XXparcounter, so workaround
by defining it locally. It does not seem to produce any
visible difference.

It still results in fair number of wornings (yodl 2.x seems
to be far more verbose by default) but it allows it to be built.
The rest of documentation builds as is.

The only difference I could notice is the lack of lower ruler
in HTML title page.
---
 zshguide.yo |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/zshguide.yo b/zshguide.yo
index 68e321c..429c830 100755
--- a/zshguide.yo
+++ b/zshguide.yo
@@ -45,6 +45,11 @@ def(myeitd)(0)(\
     whenlatex(eit())whenhtml(eit())whenman(eit())whenms(eit())whensgml(eit())\
     whentxt(.))\
 def(var)(1)(em(ARG1))\
+COMMENT(-- XXparcounter is not defined in yodl 2.x --)\
+IFDEF(XXparcounter)(\
+)(\
+    NEWCOUNTER(XXparcounter)\
+)\
 COMMENT(-- without excess newlines in latex style --)\
 UNDEFINEMACRO(verb)\
 DEFINEMACRO(verb)(1)(\
-- 
1.7.3.2


             reply	other threads:[~2010-11-08 19:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-08 19:28 Andrey Borzenkov [this message]
2010-11-08 19:28 ` [PATCH 2/2] zshguide: Makefile fixes Andrey Borzenkov

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=1289244517-14442-1-git-send-email-arvidjaar@gmail.com \
    --to=arvidjaar@gmail.com \
    --cc=zsh-workers@zsh.org \
    /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).