diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:43 +0000 |
commit | 8229745799aeb137eb18144eda7a7a33ca11a933 (patch) | |
tree | 0ea2d595bf96df1a08e93db8bc2f61e7624519ce /debian/rules | |
parent | 2c0c53b340b9ba83f4b56e9892e4513516622018 (diff) |
Fixed more things
Author: jgg
Date: 1999-05-14 02:51:36 GMT
Fixed more things
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index e81a00302..30bb3a8f4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Christoph Lameter. -# $Id: rules,v 1.16 1999/04/18 06:51:35 jgg Exp $ +# $Id: rules,v 1.17 1999/05/14 02:51:37 jgg Exp $ # For the deb builder, you can run 'debian/rules cvs-build', which does all @@ -87,7 +87,7 @@ libapt-pkg-doc: build debian/shlibs.local # dh_installmenu -p$@ # dh_installinit -p$@ # dh_installcron -p$@ - dh_installmanpages -p$@ +# dh_installmanpages -p$@ # dh_undocumented -p$@ dh_installchangelogs -p$@ @@ -172,7 +172,7 @@ libapt-pkg-dev: build debian/shlibs.local # dh_installmenu -papt # dh_installinit -papt # dh_installcron -papt - dh_installmanpages -p$@ +# dh_installmanpages -p$@ dh_installchangelogs -p$@ dh_strip -p$@ |