diff options
Diffstat (limited to 'devel/libbobcat/files/patch-icmake-man')
-rw-r--r-- | devel/libbobcat/files/patch-icmake-man | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-icmake-man b/devel/libbobcat/files/patch-icmake-man new file mode 100644 index 000000000000..75ba17cba76e --- /dev/null +++ b/devel/libbobcat/files/patch-icmake-man @@ -0,0 +1,29 @@ +--- icmake/man.orig 2007-02-13 13:29:38.000000000 +0100 ++++ icmake/man 2009-03-04 20:38:35.000000000 +0100 +@@ -9,7 +9,7 @@ + + special(0, 0); + +- md("tmp/man/man3 tmp/man/man7 tmp/manhtml"); ++ md("tmp/man/man3 tmp/man/man7"); + + chdir("documentation/man"); + +@@ -35,8 +35,6 @@ + + run("yodl2man --no-warnings -o ../../tmp/man/man3/" + + base + ".3bobcat " + yodl); +- run("yodl2html --no-warnings -o ../../tmp/manhtml/" + +- base + ".3.html " + yodl); + } + } + +@@ -44,8 +42,6 @@ + { + run("yodl2man --no-warnings -o ../../tmp/man/man7/bobcat.7 " + "bobcat.yo"); +- run("yodl2html --no-warnings -o ../../tmp/manhtml/bobcat.7.html " +- "bobcat.yo"); + } + + run("touch man-stamp"); |