From 995246fb4005cd40b6825ee3b13049be54316270 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:45 +0000 Subject: Dhelp support Author: jgg Date: 1999-02-03 21:05:48 GMT Dhelp support --- debian/libapt-pkg-doc.dhelp | 10 +++++----- debian/rules | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/libapt-pkg-doc.dhelp b/debian/libapt-pkg-doc.dhelp index cdf90680b..65a27017e 100644 --- a/debian/libapt-pkg-doc.dhelp +++ b/debian/libapt-pkg-doc.dhelp @@ -2,7 +2,7 @@ devel Development Tools APT Cache Specification -/usr/doc/apt/cache.html/index.html +../apt/cache.html/index.html The APT Cache Specification describes the complete implementation and format of the APT Cache file. The APT Cache file is a way for APT to parse @@ -18,7 +18,7 @@ structures used by the package library and the APT GUI. devel Development Tools APT Design Document -/usr/doc/apt/design.html/index.html +../apt/design.html/index.html The APT Design Document is an overview of the specifications and design goals of the APT project. It also attempts to give a broad description of the @@ -30,7 +30,7 @@ implementation as well. devel Development Tools DPkg Technical Manual -/usr/doc/apt/design.html/index.html +../apt/design.html/index.html The DPkg Technical Manual gives an overview of dpkg's external functions and describes how it views the world. @@ -41,7 +41,7 @@ and describes how it views the world. devel Development Tools APT Files -/usr/doc/apt/files.html/index.html +../apt/files.html/index.html The APT Files document describes the complete implementation and format of the installed APT directory structure. It also serves as guide to how @@ -53,7 +53,7 @@ APT views the Debian archive. devel Development Tools APT Method Interface -/usr/doc/apt/files.html/index.html +../apt/files.html/index.html The APT Method Interface document describes the interface that APT uses to the archive access methods. diff --git a/debian/rules b/debian/rules index 9ea0d45c6..62c365318 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.4 1999/02/02 02:19:46 jgg Exp $ +# $Id: rules,v 1.5 1999/02/03 21:05:48 jgg Exp $ # Uncomment this to turn on verbose mode. @@ -114,7 +114,7 @@ libapt-pkg-doc: build 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/ -# sigh cp -a debian/libapt-pkg-doc.dhelp debian/libapt-pkg-doc/usr/doc/libapt-pkg-doc/.dhelp + cp -a debian/libapt-pkg-doc.dhelp debian/libapt-pkg-doc/usr/doc/libapt-pkg-doc/.dhelp dh_installdocs -plibapt-pkg-doc dh_installchangelogs -plibapt-pkg-doc -- cgit v1.2.3