]> Git Repo - qemu.git/blobdiff - rules.mak
s390x/tcg: make idte/ipte use the new _real mmu
[qemu.git] / rules.mak
index 2a2fb72e853596138ad9041e17c68907719958de..6e943335f3010034f27b5d50bfae50108b0c446e 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -377,7 +377,7 @@ define unnest-vars
 endef
 
 TEXI2MAN = $(call quiet-command, \
-       perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl -I docs $< [email protected] && \
+       perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $(TEXI2PODFLAGS) $< [email protected] && \
        $(POD2MAN) --section=$(subst .,,$(suffix $@)) --center=" " --release=" " [email protected] > $@, \
        "GEN","$@")
 
This page took 0.023224 seconds and 4 git commands to generate.