I included a context diff this time to make it easier to see the problem.

Chris

--- Makefile    23 Apr 2006 17:57:59 -0000      1.97
+++ Makefile    27 Apr 2006 02:09:07 -0000
@@ -56,7 +56,9 @@
$(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
       done
+ifdef BUILD_DOCS
       mkdir -p "$(DESTDIR)$(docdir)"
$(INSTALL) -m 644 qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
+endif
ifndef CONFIG_WIN32
       mkdir -p "$(DESTDIR)$(mandir)/man1"
       $(INSTALL) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to