qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Leonardo E. Reiter" <lreiter@win4lin.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu Makefile configure
Date: Sun, 30 Apr 2006 11:04:38 -0400	[thread overview]
Message-ID: <4454D206.4070301@win4lin.com> (raw)
In-Reply-To: <E1FXiqN-0006DH-5n@savannah.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]

Attached is a patch to fix 'make install' when the docs are not built
(it currently fails).

- Leo Reiter


Paul Brook wrote:
> CVSROOT:	/sources/qemu
> Module name:	qemu
> Branch: 	
> Changes by:	Paul Brook <pbrook@savannah.gnu.org>	06/04/23 17:57:59
> 
> Modified files:
> 	.              : Makefile configure 
> 
> Log message:
> 	Autodetect tools neccessary for building documentation.
> 	Make distclean remove generated documentation files.
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/Makefile.diff?tr1=1.96&tr2=1.97&r1=text&r2=text
> http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/configure.diff?tr1=1.93&tr2=1.94&r1=text&r2=text

-- 
Leonardo E. Reiter
Vice President of Product Development, CTO

Win4Lin, Inc.
Virtual Computing that means Business
Main: +1 512 339 7979
Fax: +1 512 532 6501
http://www.win4lin.com

[-- Attachment #2: qemu-noinstall-doc.patch --]
[-- Type: text/x-patch, Size: 823 bytes --]

Index: Makefile
===================================================================
RCS file: /cvsroot/qemu/qemu/Makefile,v
retrieving revision 1.97
diff -a -u -r1.97 Makefile
--- Makefile	23 Apr 2006 17:57:59 -0000	1.97
+++ Makefile	30 Apr 2006 15:03:51 -0000
@@ -55,11 +55,15 @@
 			video.x proll.elf linux_boot.bin; do \
 		$(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
+ifdef BUILD_DOCS
 	mkdir -p "$(DESTDIR)$(mandir)/man1"
 	$(INSTALL) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
+endif
 	mkdir -p "$(DESTDIR)$(datadir)/keymaps"
 	for x in $(KEYMAPS); do \
 		$(INSTALL) -m 644 $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \

  reply	other threads:[~2006-04-30 15:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-23 17:57 [Qemu-devel] qemu Makefile configure Paul Brook
2006-04-30 15:04 ` Leonardo E. Reiter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-01 21:31 Thiemo Seufer
2007-01-03 13:59 ` Thiemo Seufer
2007-01-03 14:23   ` Bernhard Fischer
2007-01-03 15:09     ` Thiemo Seufer
2007-01-07 21:58     ` Pierre d'Herbemont
2007-01-03 14:42   ` Thiemo Seufer
2007-01-03 14:55     ` Daniel Jacobowitz
2007-01-03 15:36       ` Thiemo Seufer
2007-01-03 15:43   ` Fabrice Bellard
2007-01-03 16:16     ` Thiemo Seufer
2007-01-03 16:58       ` Bernhard Fischer
2007-01-04 12:26       ` Thiemo Seufer
2007-01-05  1:03         ` Thiemo Seufer
2007-09-22 16:49 Paul Brook
2007-12-09  5:10 Thiemo Seufer

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=4454D206.4070301@win4lin.com \
    --to=lreiter@win4lin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).