diff --git a/Makefile b/Makefile index de6393e2f9..d1a1adb174 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ 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)) @@ -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)