From 9210751a8513e96f5e99bd36f3ef174533072180 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Fri, 26 Nov 1999 01:16:11 +0000 Subject: [PATCH] Fix .so-entries for script manpages --- ChangeLog | 8 ++++++++ debian/dpkg-doc.doc-base | 4 ++-- scripts/Makefile.in | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f8b35e3..45ce2b5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Nov 26 02:21:56 CET 1999 Wichert Akkerman + + * Fix .so-entries for script manpages + +Thu Nov 25 23:59:24 CET 1999 Wichert Akkerman + + * Correct location of documentation in debian/dpkg-doc.doc-base + Thu Nov 25 04:55:18 CET 1999 Wichert Akkerman * Correct name of source tarball in debian/rules diff --git a/debian/dpkg-doc.doc-base b/debian/dpkg-doc.doc-base index eb413c7a..15a4ebd0 100644 --- a/debian/dpkg-doc.doc-base +++ b/debian/dpkg-doc.doc-base @@ -6,6 +6,6 @@ Abstract: This manual describes the internal structure of the Section: Apps/System Format: HTML -Index: /usr/share/doc/dpkg-doc/internals.html/index.html -Files: /usr/share/doc/dpkg-doc/internals.html/*.html +Index: /usr/share/doc/dpkg-doc/internals/index.html +Files: /usr/share/doc/dpkg-doc/internals/*.html diff --git a/scripts/Makefile.in b/scripts/Makefile.in index a9b571a0..a618fafd 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -83,7 +83,7 @@ install-doc: $(INSTALL_DATA) $$d$$i $(DESTDIR)/$(man1dir) ; \ done set -e ; for i in $(MAN_SOURCE_ALIASES) ; do \ - echo ".so dpkg-source.1" > $(DESTDIR)$(man1dir)/$$i ; \ + echo ".so man1/dpkg-source.1" > $(DESTDIR)$(man1dir)/$$i ; \ chmod 644 $(DESTDIR)$(man1dir)/$$i ; \ done $(mkinstalldirs) $(DESTDIR)/$(man8dir) -- 2.39.5