diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-15 23:38:52 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:52 -0800 |
commit | 02370ce87586be0bbdbdd1c8003cff3980b5d5dd (patch) | |
tree | faacb4dea733fc1b633f7c8b2a95a0bd1fb5b9ff /debian/rules | |
parent | 3cb164ab422cb22cebdaf21da846bd4912a038f0 (diff) | |
download | pam-02370ce87586be0bbdbdd1c8003cff3980b5d5dd.tar.gz pam-02370ce87586be0bbdbdd1c8003cff3980b5d5dd.tar.bz2 pam-02370ce87586be0bbdbdd1c8003cff3980b5d5dd.zip |
Drop the --disable-regenerate-docu argument, restoring the HTML manuals
to the libpam-doc package. Closes: #700485.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 873e5cc0..cb08297b 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --enable-isadir=/lib/security \ - --disable-regenerate-docu $(CONFIGURE_OPTS) + $(CONFIGURE_OPTS) # make sure the SAG, MWG, ADG are readable with a browser. override_dh_compress: |