summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey>2000-02-08 00:07:41 +0000
committerjoey <joey>2000-02-08 00:07:41 +0000
commitdacaf44dc19c4620e4b09fa97a442a433b5fde82 (patch)
treefa7e78ced094494f14c8a24f3c825e39c5dfac7e /doc
parent1b97b0bafbb7a6093dfcdfc9421673e62f44d1d1 (diff)
r336: * Documented that lynx is used to convert html changelogs. Closes: #54055
Diffstat (limited to 'doc')
-rw-r--r--doc/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/README b/doc/README
index 14df20e8..dcc42e61 100644
--- a/doc/README
+++ b/doc/README
@@ -56,26 +56,6 @@ EOF
system ($temp) / 256 == 0
or die "Problem with debhelper scripts: $!\n";
-Building a package that doesn't have a doc directory:
-----------------------------------------------------
-
-Policy says that if a package depends on some other package, and they build
-from the same source, the package can make its doc directory be a symlink to
-the doc directory of the package it depends on. If you want to do this with
-debhelper, do the following (assumes the package is foo-doc, which depends
-on foo):
-
-dh_link usr/share/doc/foo usr/share/doc/foo-doc \
- usr/share/doc/foo usr/doc/foo-doc
-...
-dh_installdocs -N foo-doc
-dh_installexamples -N foo-doc
-dh_installchangelogs -N foo-doc
-
-So the dh_link actually sets up the symlinks. Then the three debhelper commands
-that normally write into doc directory are told not to act on package
-foo-doc. Voila!
-
Other notes:
-----------