From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiIwr-0002cy-3Y for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:13:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiIwo-0002cm-P5 for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:13:43 -0400 Received: from [199.232.76.173] (port=45393 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiIwo-0002cj-JU for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:13:42 -0400 Received: from savannah.gnu.org ([199.232.41.3]:55645 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KiIwo-0004fL-9X for qemu-devel@nongnu.org; Tue, 23 Sep 2008 21:13:42 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KiIwn-0002Qy-8p for qemu-devel@nongnu.org; Wed, 24 Sep 2008 01:13:41 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KiIwm-0002Qu-QS for qemu-devel@nongnu.org; Wed, 24 Sep 2008 01:13:41 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Wed, 24 Sep 2008 01:13:40 +0000 Subject: [Qemu-devel] [5307] Add missing dependencies for qemu-doc.* (Stefan Weil) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5307 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5307 Author: aliguori Date: 2008-09-24 01:13:40 +0000 (Wed, 24 Sep 2008) Log Message: ----------- Add missing dependencies for qemu-doc.* (Stefan Weil) This patch fixes some items in Makefile: * remove duplicate entries from .PHONY * add missing entries to .PHONY * sort entries in .PHONY alphabetically * add missing dependencies for qemu-doc.* targets Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2008-09-23 22:31:10 UTC (rev 5306) +++ trunk/Makefile 2008-09-24 01:13:40 UTC (rev 5307) @@ -2,8 +2,8 @@ include config-host.mak -.PHONY: all clean distclean dvi info install install-doc tar tarbin \ - speed test html dvi info +.PHONY: all clean cscope distclean dvi html info install install-doc \ + recurse-all speed tar tarbin test VPATH=$(SRC_PATH):$(SRC_PATH)/hw @@ -32,7 +32,7 @@ LIBS+=-lwinmm -lws2_32 -liphlpapi endif -all: $(TOOLS) $(DOCS) recurse-all +all: $(TOOLS) $(DOCS) recurse-all SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) @@ -288,6 +288,8 @@ html: qemu-doc.html qemu-tech.html +qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi + VERSION ?= $(shell cat VERSION) FILE = qemu-$(VERSION)