Revision 5824d651 Makefile

b/Makefile
283 283

  
284 284
# documentation
285 285
%.html: %.texi
286
	texi2html -monolithic -number $<
286
	texi2html -I=. -monolithic -number $<
287 287

  
288 288
%.info: %.texi
289
	makeinfo $< -o $@
289
	makeinfo -I . $< -o $@
290 290

  
291 291
%.dvi: %.texi
292
	texi2dvi $<
292
	texi2dvi -I . $<
293

  
294
qemu-options.texi: $(SRC_PATH)/qemu-options.hx
295
	sh ./hxtool -t < $< > $@
293 296

  
294 297
qemu.1: qemu-doc.texi
295 298
	perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod
......
309 312

  
310 313
html: qemu-doc.html qemu-tech.html
311 314

  
312
qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi
315
qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi qemu-options.texi
313 316

  
314 317
VERSION ?= $(shell cat VERSION)
315 318
FILE = qemu-$(VERSION)

Also available in: Unified diff