qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] Don't install HTML if its not generated


From: Chris Bagwell
Subject: [Qemu-devel] Re: [PATCH] Don't install HTML if its not generated
Date: Wed, 26 Apr 2006 21:11:35 -0500
User-agent: Thunderbird 1.5 (X11/20060313)

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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]