mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix build by removing unknown pod2man flag
Some versions of pod2man do not support the -u flag, so this can't be used * daemon/Makefile.am: Remove -u flag from pod2man
This commit is contained in:
parent
a6c539445e
commit
69bf3535a7
@ -54,7 +54,7 @@ augeastestsdir = $(datadir)/augeas/lenses/tests
|
|||||||
augeastests_DATA = test_libvirtd.aug
|
augeastests_DATA = test_libvirtd.aug
|
||||||
|
|
||||||
POD2MAN = pod2man -c "Virtualization Support" \
|
POD2MAN = pod2man -c "Virtualization Support" \
|
||||||
-r "$(PACKAGE)-$(VERSION)" -s 8 -u
|
-r "$(PACKAGE)-$(VERSION)" -s 8
|
||||||
|
|
||||||
libvirtd.pod: libvirtd.pod.in
|
libvirtd.pod: libvirtd.pod.in
|
||||||
sed \
|
sed \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user