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

manpage:
	pod2man 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)"