src/rrdd.pod: Add a simple manpage stub for rrdd(1).
[rrdd.git] / src / Makefile.am
index 456fb13..2fce8ad 100644 (file)
@@ -10,5 +10,9 @@ rrdc_SOURCES = rrdc.c rrdd.h rrdc.h
 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 $< >$@