]> err.no Git - dpkg/commitdiff
Fix .so-entries for script manpages
authorWichert Akkerman <wakkerma@debian.org>
Fri, 26 Nov 1999 01:16:11 +0000 (01:16 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Fri, 26 Nov 1999 01:16:11 +0000 (01:16 +0000)
ChangeLog
debian/dpkg-doc.doc-base
scripts/Makefile.in

index 5f8b35e3363ebc8f0cbe0c2f0ba3eac96109d1aa..45ce2b5aec1f90e31de931e27ee21bfe69f9af7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Nov 26 02:21:56 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Fix .so-entries for script manpages
+
+Thu Nov 25 23:59:24 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Correct location of documentation in debian/dpkg-doc.doc-base
+
 Thu Nov 25 04:55:18 CET 1999 Wichert Akkerman <wakkerma@debian.org>
 
   * Correct name of source tarball in debian/rules
index eb413c7a7ef7967889027f7db46aaa3bc20903e1..15a4ebd03aee9fc8ebc41aa50f8ea0370244859f 100644 (file)
@@ -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
 
index a9b571a02ddab2f5b6111aaf180ce82fc704e0e7..a618fafdbac1b3d092a3709f59e61f18f8293e9c 100644 (file)
@@ -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)