src/rrdd.pod: Add a simple manpage stub for rrdd(1).
[rrdd.git] / src / Makefile.am
index 9c670f1..2fce8ad 100644 (file)
@@ -12,3 +12,7 @@ rrdc_LDADD = librrdc.la
 rrdd_SOURCES = rrdd.c rrdd.h
 rrdd_LDADD = -lavl -lrrd_th
 
+all-local: rrdd.1
+
+%.1: %.pod
+       pod2man --release=$(VERSION) --center=rrdd $< >$@