Преглед изворни кода

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

Arch Librarian пре 22 година
родитељ
комит
995246fb40
2 измењених фајлова са 7 додато и 7 уклоњено
  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
 <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.

+ 2 - 2
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