seperate target: debian-dok.
+privoxy (3.1.1-alpha-0) unstable; urgency=low
+
+  * Added debian-dist and debian-upload targets to the top level makefile.
+    debian-dist runs "dpkg-buildpackage -rfakeroot -us -uc" so that
+    any debian user can build it.
+  * Removed build dependency on docbook, leaving generation of docs to
+    another target or makefile.
+  
+ -- Devin John Bayer <devin@debian>  Sat, 25 May 2002 22:49:30 -0400
+
 privoxy (2.9.15-beta-0) unstable; urgency=low
 
   * New upstream version.
 
 Section: web
 Priority: optional
 Maintainer: Roland Rosenfeld <roland@debian.org>
-Build-Depends: debhelper (>> 3.0.0), autoconf, libpcre3-dev, docbook-utils, w3m
+Build-Depends: debhelper (>> 3.0.0), autoconf, libpcre3-dev, w3m
 Standards-Version: 3.5.6
 
 Package: privoxy
 
                ./configure --prefix=/usr --sysconfdir=/etc \
                --mandir=/usr/share/man $(WITHDEBUG) \
                --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular
-
        touch configure-stamp
 
 build: build-stamp
        dh_testdir
 
        $(MAKE)
-       $(MAKE) dok-devel dok-user dok-faq
-
        touch build-stamp
 
 clean:
        dh_md5sums
        dh_builddeb
 
+# Use this target on Debian because we need to make sure configure
+# was run with docbook's correct path (see configure-stamp above)
+debian-dok: configure-stamp
+       $(MAKE) dok
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure