diff -urNp bless-0.6.0.orig/doc/user/Makefile.in bless-0.6.0/doc/user/Makefile.in
--- bless-0.6.0.orig/doc/user/Makefile.in	2008-09-18 16:46:07.000000000 +0200
+++ bless-0.6.0/doc/user/Makefile.in	2008-09-18 17:11:20.000000000 +0200
@@ -332,11 +332,7 @@ uninstall-am: uninstall-local
 
 
 $(OMF): $(OMF).in
-	if [ -x `which scrollkeeper-preinstall` ]; then \
-	    scrollkeeper-preinstall file:$(datadir)/doc/$(PACKAGE_NAME)/user/bless-manual.xml $(OMF).in $(OMF); \
-	else \
-	    cp $(OMF).in $(OMF); \
-	fi
+	cp $(OMF).in $(OMF);
 
 doc:
 	xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl bless-manual.xml
