diff options
author | joey <joey> | 2002-07-22 05:01:02 +0000 |
---|---|---|
committer | joey <joey> | 2002-07-22 05:01:02 +0000 |
commit | ff1eda3dfb95162cd26600ccdcc234d70916e1b8 (patch) | |
tree | 23c4e71fc85c89645d5ab46453c018cac1a9ce0d /debian/rules | |
parent | 699d0e5c2bd5bcd52a1833a802281ca66d7ae111 (diff) | |
download | debhelper-ff1eda3dfb95162cd26600ccdcc234d70916e1b8.tar.gz |
r539: * Remove /usr/doc manglement code from postinst and prerm.
Do not use this verion of debhelper for woody backports!
* Removed dh_installxaw.
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 af24fb5f..a3ff112e 100755 --- a/debian/rules +++ b/debian/rules @@ -72,7 +72,7 @@ binary-indep: build ./dh_install -X .1 dh_* usr/bin ./dh_install Debian/Debhelper/*.pm $(PERLLIBDIR)/Debian/Debhelper/ ./dh_install autoscripts usr/share/debhelper - ./dh_installdocs doc + ./dh_installdocs doc/* ./dh_installexamples examples/* ./dh_installman *.1 ./dh_installchangelogs |