summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-icmake-man
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libbobcat/files/patch-icmake-man')
-rw-r--r--devel/libbobcat/files/patch-icmake-man10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libbobcat/files/patch-icmake-man b/devel/libbobcat/files/patch-icmake-man
index 0451d07f024c..d2a1b3665689 100644
--- a/devel/libbobcat/files/patch-icmake-man
+++ b/devel/libbobcat/files/patch-icmake-man
@@ -1,5 +1,5 @@
---- icmake/man.orig 2009-09-01 10:41:10.000000000 +0200
-+++ icmake/man 2009-10-04 16:00:03.000000000 +0200
+--- icmake/man.orig 2010-02-15 09:46:25.000000000 +0100
++++ icmake/man 2010-04-05 22:04:11.000000000 +0200
@@ -9,7 +9,10 @@
special(0, 0);
@@ -36,11 +36,11 @@
@@ -52,8 +59,10 @@
{
- run("yodl2man --no-warnings -o ../../tmp/man/man7/bobcat.7 "
+ run("yodl2man --no-warnings -r 15000 -o ../../tmp/man/man7/bobcat.7 "
"bobcat.yo");
+#ifdef MANHTML
- run("yodl2html --no-warnings -o ../../tmp/manhtml/bobcat.7.html "
- "bobcat.yo");
+ run("yodl2html --no-warnings -r 15000 "
+ "-o ../../tmp/manhtml/bobcat.7.html bobcat.yo");
+#endif
}