Skip to content

Commit

Permalink
Add missing dependencies for qemu-doc.* (Stefan Weil)
Browse files Browse the repository at this point in the history
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>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5307 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
aliguori committed Sep 24, 2008
1 parent 88422e2 commit 818220f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -32,7 +32,7 @@ ifdef CONFIG_WIN32
LIBS+=-lwinmm -lws2_32 -liphlpapi
endif

all: $(TOOLS) $(DOCS) recurse-all
all: $(TOOLS) $(DOCS) recurse-all

SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))

Expand Down Expand Up @@ -288,6 +288,8 @@ dvi: qemu-doc.dvi qemu-tech.dvi

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)

Expand Down

0 comments on commit 818220f

Please sign in to comment.