summaryrefslogtreecommitdiffstats
path: root/contrib/vm/Makefile
blob: 3c0e645abefa65a8cd13dfe80b3a05ceeaf8fc7d (plain) (blame)
1
2
3
4
5
6
7
all : serial-console.1

%.1 : %
	pod2man $< > $@

clean :
	rm -f serial-console.1