Revision 3179d694 Makefile

b/Makefile
347 347
qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx
348 348
	$(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@,"  GEN   $@")
349 349

  
350
POD2MAN = pod2man --utf8
350 351
qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi
351 352
	$(call quiet-command, \
352 353
	  perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< qemu.pod && \
353
	  pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
354
	  $(POD2MAN) --section=1 --center=" " --release=" " qemu.pod > $@, \
354 355
	  "  GEN   $@")
355 356

  
356 357
qemu-img.1: qemu-img.texi qemu-img-cmds.texi
357 358
	$(call quiet-command, \
358 359
	  perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< qemu-img.pod && \
359
	  pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@, \
360
	  $(POD2MAN) --section=1 --center=" " --release=" " qemu-img.pod > $@, \
360 361
	  "  GEN   $@")
361 362

  
362 363
fsdev/virtfs-proxy-helper.1: fsdev/virtfs-proxy-helper.texi
363 364
	$(call quiet-command, \
364 365
	  perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< fsdev/virtfs-proxy-helper.pod && \
365
	  pod2man --section=1 --center=" " --release=" " fsdev/virtfs-proxy-helper.pod > $@, \
366
	  $(POD2MAN) --section=1 --center=" " --release=" " fsdev/virtfs-proxy-helper.pod > $@, \
366 367
	  "  GEN   $@")
367 368

  
368 369
qemu-nbd.8: qemu-nbd.texi
369 370
	$(call quiet-command, \
370 371
	  perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< qemu-nbd.pod && \
371
	  pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
372
	  $(POD2MAN) --section=8 --center=" " --release=" " qemu-nbd.pod > $@, \
372 373
	  "  GEN   $@")
373 374

  
374 375
dvi: qemu-doc.dvi qemu-tech.dvi

Also available in: Unified diff