zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/2] zshguide: minimal fix for yodl 2.x
@ 2010-11-08 19:28 Andrey Borzenkov
  2010-11-08 19:28 ` [PATCH 2/2] zshguide: Makefile fixes Andrey Borzenkov
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2010-11-08 19:28 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-08 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 19:28 [PATCH 1/2] zshguide: minimal fix for yodl 2.x Andrey Borzenkov
2010-11-08 19:28 ` [PATCH 2/2] zshguide: Makefile fixes Andrey Borzenkov

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).