Revision 818220f5 Makefile

b/Makefile
2 2

  
3 3
include config-host.mak
4 4

  
5
.PHONY: all clean distclean dvi info install install-doc tar tarbin \
6
	speed test html dvi info
5
.PHONY: all clean cscope distclean dvi html info install install-doc \
6
	recurse-all speed tar tarbin test
7 7

  
8 8
VPATH=$(SRC_PATH):$(SRC_PATH)/hw
9 9

  
......
32 32
LIBS+=-lwinmm -lws2_32 -liphlpapi
33 33
endif
34 34

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

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

  
......
288 288

  
289 289
html: qemu-doc.html qemu-tech.html
290 290

  
291
qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi
292

  
291 293
VERSION ?= $(shell cat VERSION)
292 294
FILE = qemu-$(VERSION)
293 295

  

Also available in: Unified diff