Index: trunk/Nebulous/nebclient/Makefile.am
===================================================================
--- trunk/Nebulous/nebclient/Makefile.am	(revision 4653)
+++ trunk/Nebulous/nebclient/Makefile.am	(revision 4654)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: Makefile.am,v 1.8 2005-07-29 01:20:51 jhoblitt Exp $
+# $Id: Makefile.am,v 1.9 2005-07-29 01:43:13 jhoblitt Exp $
 
 SUBDIRS = src tests
@@ -9,2 +9,11 @@
 
 EXTRA_DIST = nebulous.wsdl
+
+man_MANS = \
+    $(top_builddir)/docs/man/man3/@PACKAGE@.3
+
+docs/man/man3/@PACKAGE@.3
+	$(DOXYGEN)
+
+clean-local:
+	-rm -rf docs
