summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:45 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:45 +0000
commit995246fb4005cd40b6825ee3b13049be54316270 (patch)
treefade3b0508530cb65283dfde856a0775935ab1f6 /debian
parent307e3c3fe54b61574e476c3d280631015354a3eb (diff)
Dhelp support
Author: jgg Date: 1999-02-03 21:05:48 GMT Dhelp support
Diffstat (limited to 'debian')
-rw-r--r--debian/libapt-pkg-doc.dhelp10
-rwxr-xr-xdebian/rules4
2 files changed, 7 insertions, 7 deletions
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 @@
<directory>devel
<dirtitle>Development Tools
<linkname>APT Cache Specification
-<filename>/usr/doc/apt/cache.html/index.html
+<filename>../apt/cache.html/index.html
<descrip>
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.
<directory>devel
<dirtitle>Development Tools
<linkname>APT Design Document
-<filename>/usr/doc/apt/design.html/index.html
+<filename>../apt/design.html/index.html
<descrip>
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.
<directory>devel
<dirtitle>Development Tools
<linkname>DPkg Technical Manual
-<filename>/usr/doc/apt/design.html/index.html
+<filename>../apt/design.html/index.html
<descrip>
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.
<directory>devel
<dirtitle>Development Tools
<linkname>APT Files
-<filename>/usr/doc/apt/files.html/index.html
+<filename>../apt/files.html/index.html
<descrip>
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.
<directory>devel
<dirtitle>Development Tools
<linkname>APT Method Interface
-<filename>/usr/doc/apt/files.html/index.html
+<filename>../apt/files.html/index.html
<descrip>
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