From: Chris Bagwell <chris@cnpbagwell.com>
To: Chris Bagwell <chris@cnpbagwell.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] Don't install HTML if its not generated
Date: Wed, 26 Apr 2006 21:11:35 -0500 [thread overview]
Message-ID: <44502857.9030400@cnpbagwell.com> (raw)
In-Reply-To: <444ED691.9070607@cnpbagwell.com>
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"
prev parent reply other threads:[~2006-04-27 2:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-26 2:10 [Qemu-devel] [PATCH] Don't install HTML if its not generated Chris Bagwell
2006-04-27 2:11 ` Chris Bagwell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44502857.9030400@cnpbagwell.com \
--to=chris@cnpbagwell.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.