summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8e362c74d9c4145947f3cffbc2e045be74a2af81 (plain)
1
2
3
4
5
6
7
8
9
10

libexec_PROGRAMS = nullpop
nullpop_SOURCES = nullpop.c

man_MANS = nullpop.8
EXTRA_DIST = $(man_MANS) man2html.pl

# Simple way to make docs
html:
	perl man2html.pl nullpop.8 > nullpop.8.html