From 7947985fd947a3c94b886b8cea77aeabc242eddd Mon Sep 17 00:00:00 2001 From: Date: Wed, 9 Apr 2008 14:00:17 -0700 Subject: [PATCH] Adding "build html" piece. --- docs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 4aa72f5a..b85c6c36 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -310,6 +310,9 @@ test: podchecker memflush.pod +html: + pod2htmltree "/libmemcached" . + clean: rm -f *.1 rm -f *.3 -- 2.30.2