#! /bin/sh /usr/share/dpatch/dpatch-run
## disable-manual-creation.dpatch by Hendrik Frenzel <hfrenzel@scunc.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Disables buggy creation of manula.html from manual.xml
@DPATCH@
diff -urNad sysbench-0.4.10~/Makefile.in sysbench-0.4.10/Makefile.in
--- sysbench-0.4.10~/Makefile.in 2008-12-18 12:06:03.000000000 +0100
+++ sysbench-0.4.10/Makefile.in 2009-02-24 00:59:46.000000000 +0100
@@ -225,7 +225,7 @@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = doc sysbench
+SUBDIRS = sysbench
EXTRA_DIST = autogen.sh README README-WIN.txt ChangeLog
all: all-recursive