[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#137719: --without-sgml-doc causes make install to fail



Package: dpkg
Version: 1.9.19

	If -with-sgml-doc is selected, the make install creates the
$(DESTDIR)/$(docdir)/ directory which is essential for the rest of the
docs to be installed in. Since this directory does not get created when
--without-sgml-doc is specified, this is a problem. Patch follows for
$srcdir/doc/Makefile.in 

--- Makefile.in Sun Mar 10 09:47:36 2002
+++ Makefile.in.orig    Sun Mar 10 09:46:51 2002
@@ -44,7 +44,6 @@
                $(INSTALL_DATA) $$i $(DESTDIR)$(docdir)/internals/$$bn ; \
        done
 endif
-       $(mkinstalldirs) $(DESTDIR)$(docdir)/
        $(INSTALL_DATA) $(srcdir)/ChangeLog
$(DESTDIR)$(docdir)/ChangeLog.manuals
        set -e ; for i in ChangeLog THANKS TODO ; do \
                $(INSTALL_DATA) $(top_srcdir)/$$i $(DESTDIR)$(docdir) ; \

Regards,
Jor-el




Reply to: