aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-04-04 15:21:17 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-04-04 15:21:17 +0000
commit1f673135acedadf942edb0c6c5238739313d718c (patch)
tree974767d60d3acd966f66a4d07278fa0f2dd4030d /Makefile
parentaa455485c97afa6096a97b54b3bfdf784e5ea9fd (diff)
doc update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@705 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc9d74f9c6..15506a19c0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ ifndef CONFIG_WIN32
TOOLS=qemu-mkcow
endif
-all: dyngen$(EXESUF) $(TOOLS) qemu-doc.html qemu.1
+all: dyngen$(EXESUF) $(TOOLS) qemu-doc.html qemu-tech.html qemu.1
for d in $(TARGET_DIRS); do \
make -C $$d $@ || exit 1 ; \
done
@@ -61,7 +61,7 @@ TAGS:
etags *.[ch] tests/*.[ch]
# documentation
-qemu-doc.html: qemu-doc.texi
+%.html: %.texi
texi2html -monolithic -number $<
qemu.1: qemu-doc.texi