Revision cc8ae6de Makefile

b/Makefile
11 11
ifdef CONFIG_STATIC
12 12
LDFLAGS+=-static
13 13
endif
14
ifdef BUILD_DOCS
14 15
DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1
16
else
17
DOCS=
18
endif
15 19

  
16 20
all: dyngen$(EXESUF) $(TOOLS) $(DOCS)
17 21
	for d in $(TARGET_DIRS); do \
......
34 38
        done
35 39

  
36 40
distclean: clean
37
	rm -f config-host.mak config-host.h
41
	rm -f config-host.mak config-host.h $(DOCS)
38 42
	for d in $(TARGET_DIRS); do \
39 43
	rm -rf $$d || exit 1 ; \
40 44
        done

Also available in: Unified diff