mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-15 02:50:06 +03:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
|
|
man_MANS = virt-viewer.1
|
|
|
|
EXTRA_DIST = virt-viewer.pod
|
|
|
|
%.1: %.pod
|
|
pod2man $< > $@
|