X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rules.mak;h=1c0eabb367ed91e71ad66f15caf32b3ea40b9bbd;hb=8cfef89271e27e4a7cd047835dc8161fad50bc5a;hp=83d6dd1dae4dbd463d1c43567d26e587e5d7c229;hpb=d0dff238a87fa81393ed72754d4dc8b09e50b08b;p=mirror_qemu.git diff --git a/rules.mak b/rules.mak index 83d6dd1dae..1c0eabb367 100644 --- a/rules.mak +++ b/rules.mak @@ -380,7 +380,7 @@ define unnest-vars endef TEXI2MAN = $(call quiet-command, \ - perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $< $@.pod && \ + perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl -I docs $< $@.pod && \ $(POD2MAN) --section=$(subst .,,$(suffix $@)) --center=" " --release=" " $@.pod > $@, \ "GEN","$@")