Package: make
Version: 3.80-9
Severity: serious
Tags: patch

texi2html now generates its output in a subdirectory, which causes
make to fail to build:

> install -p    -o root -g root -m 644      doc/*.html              
> /tmp/buildd/make-3.80/debian/make-doc/usr/share/doc/make-doc/
> install: cannot stat `doc/*.html': No such file or directory
> make: *** [install/make-doc] Error 1

The attached patch fixes this problem.

-- 
Matt
diff -u make-3.80/debian/local.mk make-3.80/debian/local.mk
--- make-3.80/debian/local.mk
+++ make-3.80/debian/local.mk
@@ -85,7 +85,7 @@
        gzip -9fqr           $(DOCDIR)/
 # Make sure the copyright file is not compressed
        $(install_file)      debian/copyright        $(DOCDIR)/copyright
-       $(install_file)      doc/*.html              $(DOCDIR)/
+       $(install_file)      doc/make/*.html         $(DOCDIR)/
        $(install_file)      debian/docentry         $(DOCBASEDIR)/$(package)
 
 install/make: testroot

Attachment: signature.asc
Description: Digital signature

Reply via email to