mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03: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
|
||||
|
||||
POD2MAN = pod2man -c "Virtualization Support" \
|
||||
-r "$(PACKAGE)-$(VERSION)" -s 8 -u
|
||||
-r "$(PACKAGE)-$(VERSION)" -s 8
|
||||
|
||||
libvirtd.pod: libvirtd.pod.in
|
||||
sed \
|
||||
|
Loading…
Reference in New Issue
Block a user