X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=debian%2Frules;h=1a632959e59b17386b991e48f30f9d1c550794d2;hp=c8f914e879b23a526a4cbd3b28d953973ba0bca7;hb=093ce0d6a6ba53bc4f89d3c12287fb7e9dcb8a46;hpb=100f48795eee7d2996bff48871bf745af01811c7 diff --git a/debian/rules b/debian/rules index c8f914e8..1a632959 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -# (c) 2002-2018 Roland Rosenfeld +# (c) 2002-2020 Roland Rosenfeld # # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -23,6 +23,7 @@ override_dh_auto_configure: --enable-zlib \ --enable-no-gifs \ --enable-external-filters \ + --with-mbedtls \ --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular override_dh_auto_build: @@ -32,6 +33,7 @@ override_dh_auto_build: env -u LANG LC_ALL=C.UTF-8 $(MAKE) dok rm -f doc/webserver/user-manual/*.bak env -u LANG LC_ALL=C.UTF-8 $(MAKE) man + env -u LANG LC_ALL=C.UTF-8 $(MAKE) man2html override_dh_auto_clean: # restore auto build documentation from source package: