X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=1c14948ec663da8fff26289baf264953b558f502;hb=638e405abce7705b7fc9e08f7787a38ab7b8d7b7;hp=24d17301ba8ee521c4486e2983dc2d190c185df3;hpb=91eb213e9d0be8b6c0fa3568331b8fa953b3299f;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 24d1730..1c14948 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,9 +32,9 @@ man_MANS = virt-what.1 virt-what.1: virt-what.pod pod2man -c "Virtualization Support" --release "$(PACKAGE)-$(VERSION)" \ - $< > $@ + $? > $@ virt-what.txt: virt-what.pod - pod2text $< > $@ + pod2text $? > $@ endif