mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-26 10:03:54 +03:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
|
|
man_MANS = virt-manager.1
|
|
|
|
EXTRA_DIST = virt-manager.pod
|
|
|
|
%.1: %.pod
|
|
pod2man --release="" --center="Virtual Machine Manager" $< > $@
|
|
|
|
CLEANFILES = virt-manager.1
|