diff -ruN dasher-3.2.11.orig/Data/Help/Gnome/C/Makefile.in dasher-3.2.11/Data/Help/Gnome/C/Makefile.in --- dasher-3.2.11.orig/Data/Help/Gnome/C/Makefile.in 2004-04-28 18:03:07.287886176 -0400 +++ dasher-3.2.11/Data/Help/Gnome/C/Makefile.in 2004-04-28 18:03:08.122759256 -0400 @@ -55,7 +55,6 @@ # generally called from the makefiles for particular formats of documentation. # # Note that you must configure your package with --localstatedir=/var/lib -# so that the scrollkeeper-update command below will update the database # in the standard scrollkeeper directory. # # If it is impossible to configure with --localstatedir=/var/lib, then @@ -442,7 +441,6 @@ for file in $(omffile); do \ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done - -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ @@ -450,7 +448,6 @@ rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \ done -rmdir $(DESTDIR)$(omf_dest_dir) - -scrollkeeper-update -p $(scrollkeeper_localstate_dir) # If the following file is in a subdir (like help/) you need to add that to the path