summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 47c9439e7addc0671fd9660414c3b1d035fef2e8 (plain)
1
2
3
4
5
6
7
8
9
10
all: manpage

manpage:
	pod2man --center="bootconf" --release="" bootconf.pod > bootconf.1
	-(\rm bootconf.1.gz)
	gzip bootconf.1
	cp -f bootconf.1.gz /usr/share/man/man1

install:
	echo "(install not implemented)"