diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
commit | 8f540430a3fba8e97e10a69881e460a1a4d1bab6 (patch) | |
tree | 1fe0b84adc75ce4879731c850708a5dfdf0374ed /debian/rules | |
parent | 4994560c7e0c580081302063d2f2ac8d81484862 (diff) |
Fixed building without debiandoc sgml
Author: jgg
Date: 1999-04-07 06:34:57 GMT
Fixed building without debiandoc sgml
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index d73089fb3..e3e731cc6 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.13 1999/03/23 20:26:39 che Exp $ +# $Id: rules,v 1.14 1999/04/07 06:34:57 jgg Exp $ # For the deb builder, you can run 'debian/rules cvs-build', which does all @@ -68,7 +68,7 @@ libapt-pkg-doc: build debian/shlibs.local # # libapt-pkg-doc install # - cp -a build/docs/cache* build/docs/design* build/docs/dpkg-tech* \ + -cp -a build/docs/cache* build/docs/design* build/docs/dpkg-tech* \ build/docs/files* build/docs/method* debian/libapt-pkg-doc/usr/doc/apt/ cp -a debian/libapt-pkg-doc.dhelp debian/libapt-pkg-doc/usr/doc/libapt-pkg-doc/.dhelp dh_installdocs -p$@ @@ -113,12 +113,12 @@ apt: build debian/shlibs.local # cp debian/sources.list debian/tmp/etc/apt/ # Copy the users guide - cp build/docs/guide.text debian/tmp/usr/doc/apt/users-guide.txt - cp -a build/docs/guide.html/* debian/tmp/usr/doc/apt/users-guide.html/ + -cp build/docs/guide.text debian/tmp/usr/doc/apt/users-guide.txt + -cp -a build/docs/guide.html/* debian/tmp/usr/doc/apt/users-guide.html/ # Copy the offline guide - cp build/docs/offline.text debian/tmp/usr/doc/apt/offline.txt - cp -a build/docs/offline.html/* debian/tmp/usr/doc/apt/offline.html/ + -cp build/docs/offline.text debian/tmp/usr/doc/apt/offline.txt + -cp -a build/docs/offline.html/* debian/tmp/usr/doc/apt/offline.html/ cp -a debian/dhelp debian/tmp/usr/doc/apt/.dhelp |