Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 1/2] zshguide: minimal fix for yodl 2.x
- X-seq: zsh-workers 28393
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 1/2] zshguide: minimal fix for yodl 2.x
- Date: Mon, 8 Nov 2010 22:28:36 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:x-mailer; bh=e2A02EJDHYRaA3KbXYD7ED6AuzMUqZJpTH46YCMrHDY=; b=Cla4fj5dVX3P3z2n2WKIzVEWuMfq4oWO5Rj0EYb+YvpPcUQy1kyQAQLWlyvhyrqP1Z cFBshLPpE6NAvPiLA0NO4uDzkWm9djztdlEjkQkb7RZzSP6y2XnjznNPmMWeCGD7wZAu UyfAvl9N+cC+AFxlOs20NyamZiZHCG3UyysfU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=VNfrFqOjsIy3WGbutbl8cNU/lo31ksNc9nggrDULB5RmliwHInHUuOW2Xu/9QfEAyq gkTIXE56E+9J3VVpMNuFszugtgDp4OMZucOvEwpfn3Uly0BE6oi5x3x77hQX/E/nDY0L lP/lw8uRtGCu7qUMdskI0AgGMWOfZn0jJyQ3w=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author