Hi! If you are NOT install docbook-utils package, install it.
make-kpkg doesn't properly build linux-manual package when `db2html' command missing. See below. ---/usr/share/kernel-package/ruleset/targets/doc.mk in kernel-package (version: 12.036) begin--- 46 ###################################################################### 47 #### Add documentation to /usr/share/doc 48 ###################################################################### 49 $(install_file) debian/changelog $(DOCDIR)/changelog.Debian 50 $(install_file) $(DEBDIR)/pkg/doc/README $(DOCDIR)/README.Debian 51 echo "This was produced by kernel-package version $(kpkg_version)." > \ 52 $(DOCDIR)/Buildinfo 53 chmod 0644 $(DOCDIR)/Buildinfo 54 if test -f README.Debian ; then \ 55 $(install_file) README.Debian $(DOCDIR)/README.Debian.1st;\ 56 fi 57 ifneq ($(strip $(shell if [ -x /usr/bin/db2html ]; then echo YSE; fi)),) 58 $(MAKE) mandocs htmldocs 59 endif 60 -tar cf - Documentation | (cd $(DOCDIR); umask 000; tar xsf -) ---end Regards. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org