mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-15 02:50:06 +03:00
17 lines
209 B
Makefile
17 lines
209 B
Makefile
NULL =
|
|
|
|
man_MANS = \
|
|
remote-viewer.1 \
|
|
virt-viewer.1 \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
remote-viewer.pod \
|
|
virt-viewer.pod \
|
|
$(NULL)
|
|
|
|
DISTCLEANFILES = $(man_MANS)
|
|
|
|
%.1: %.pod
|
|
pod2man $< > $@
|