summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott James Remnant <keybuk@debian.org>2004-05-07 03:48:07 +0000
committerScott James Remnant <keybuk@debian.org>2004-05-07 03:48:07 +0000
commit1910e3480669dd32a751de420e3bec7f02f1f8dc (patch)
tree4054a1f1dd13f2881720d3ee5b166abb9f80dff1 /doc
parent96f0d6dc724fdbf1f36e0d2586cf60f261896d97 (diff)
downloaddpkg-1910e3480669dd32a751de420e3bec7f02f1f8dc.tar.gz
Correct Makefile bug that prevents installation if --without-sgml-doc
is passed.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 331dcd3b2..b06d3d01e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -37,6 +37,7 @@ ifeq (@USE_SGML_DOC@, true)
$(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) ; \