diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-04 15:21:17 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-04 15:21:17 +0000 |
commit | 1f673135acedadf942edb0c6c5238739313d718c (patch) | |
tree | 974767d60d3acd966f66a4d07278fa0f2dd4030d /Makefile | |
parent | aa455485c97afa6096a97b54b3bfdf784e5ea9fd (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |