mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-13 13:17:57 +03:00
10 lines
116 B
Makefile
10 lines
116 B
Makefile
|
|
man_MANS = virt-manager.1
|
|
|
|
EXTRA_DIST = virt-manager.pod
|
|
|
|
%.1: %.pod
|
|
pod2man $< > $@
|
|
|
|
CLEANFILES = virt-manager.1
|