mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-14 01:57:44 +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
|