From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYvyl-00055x-AT for qemu-devel@nongnu.org; Wed, 26 Apr 2006 22:11:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYvyj-00055k-N7 for qemu-devel@nongnu.org; Wed, 26 Apr 2006 22:11:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYvyj-00055h-Kf for qemu-devel@nongnu.org; Wed, 26 Apr 2006 22:11:37 -0400 Received: from [68.142.198.206] (helo=smtp107.sbc.mail.mud.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1FYw1Y-0003rJ-0e for qemu-devel@nongnu.org; Wed, 26 Apr 2006 22:14:32 -0400 Message-ID: <44502857.9030400@cnpbagwell.com> Date: Wed, 26 Apr 2006 21:11:35 -0500 From: Chris Bagwell MIME-Version: 1.0 References: <444ED691.9070607@cnpbagwell.com> In-Reply-To: <444ED691.9070607@cnpbagwell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Don't install HTML if its not generated Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Bagwell Cc: qemu-devel@nongnu.org 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"