Przeglądaj źródła

Dhelp support
Author: jgg
Date: 1999-02-03 21:05:48 GMT
Dhelp support

Arch Librarian 22 lat temu
rodzic
commit
995246fb40
2 zmienionych plików z 7 dodań i 7 usunięć
  1. 5 5
      debian/libapt-pkg-doc.dhelp
  2. 2 2
      debian/rules

+ 5 - 5
debian/libapt-pkg-doc.dhelp

@@ -2,7 +2,7 @@
 <directory>devel
 <directory>devel
 <dirtitle>Development Tools
 <dirtitle>Development Tools
 <linkname>APT Cache Specification
 <linkname>APT Cache Specification
-<filename>/usr/doc/apt/cache.html/index.html
+<filename>../apt/cache.html/index.html
 <descrip>
 <descrip>
 The APT Cache Specification describes the complete implementation and 
 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 
 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
 <directory>devel
 <dirtitle>Development Tools
 <dirtitle>Development Tools
 <linkname>APT Design Document
 <linkname>APT Design Document
-<filename>/usr/doc/apt/design.html/index.html
+<filename>../apt/design.html/index.html
 <descrip>
 <descrip>
 The APT Design Document is an overview of the specifications and design goals 
 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
 of the APT project. It also attempts to give a broad description of the
@@ -30,7 +30,7 @@ implementation as well.
 <directory>devel
 <directory>devel
 <dirtitle>Development Tools
 <dirtitle>Development Tools
 <linkname>DPkg Technical Manual
 <linkname>DPkg Technical Manual
-<filename>/usr/doc/apt/design.html/index.html
+<filename>../apt/design.html/index.html
 <descrip>
 <descrip>
 The DPkg Technical Manual gives an overview of dpkg's external functions
 The DPkg Technical Manual gives an overview of dpkg's external functions
 and describes how it views the world.
 and describes how it views the world.
@@ -41,7 +41,7 @@ and describes how it views the world.
 <directory>devel
 <directory>devel
 <dirtitle>Development Tools
 <dirtitle>Development Tools
 <linkname>APT Files
 <linkname>APT Files
-<filename>/usr/doc/apt/files.html/index.html
+<filename>../apt/files.html/index.html
 <descrip>
 <descrip>
 The APT Files document describes the complete implementation and format of 
 The APT Files document describes the complete implementation and format of 
 the installed APT directory structure. It also serves as guide to how
 the installed APT directory structure. It also serves as guide to how
@@ -53,7 +53,7 @@ APT views the Debian archive.
 <directory>devel
 <directory>devel
 <dirtitle>Development Tools
 <dirtitle>Development Tools
 <linkname>APT Method Interface
 <linkname>APT Method Interface
-<filename>/usr/doc/apt/files.html/index.html
+<filename>../apt/files.html/index.html
 <descrip>
 <descrip>
 The APT Method Interface document describes the interface that APT uses to 
 The APT Method Interface document describes the interface that APT uses to 
 the archive access methods.
 the archive access methods.

+ 2 - 2
debian/rules

@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
 # 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.
 # 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* \
 	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/
 	  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_installdocs -plibapt-pkg-doc
 	dh_installchangelogs -plibapt-pkg-doc
 	dh_installchangelogs -plibapt-pkg-doc