Просмотр исходного кода

Fix .so-entries for script manpages

Wichert Akkerman лет назад: 27
Родитель
Сommit
9210751a85
3 измененных файлов с 11 добавлено и 3 удалено
  1. 8 0
      ChangeLog
  2. 2 2
      debian/dpkg-doc.doc-base
  3. 1 1
      scripts/Makefile.in

+ 8 - 0
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

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

+ 1 - 1
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)