* [Qemu-devel] [5307] Add missing dependencies for qemu-doc.* (Stefan Weil)
@ 2008-09-24 1:13 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-09-24 1:13 UTC (permalink / raw)
To: qemu-devel
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 <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-24 1:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 1:13 [Qemu-devel] [5307] Add missing dependencies for qemu-doc.* (Stefan Weil) Anthony Liguori
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).