Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 1/2] zshguide: minimal fix for yodl 2.x



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