chiark / gitweb /
More support scripts and other cool stuff.
[tripe] / doc / Makefile.am
index bfae7aec4852a902ef72cd7ab35a92d417b9a023..ee4efdde0b92964d9de31d9943e53699a409f3df 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 2001/02/22 09:11:42 mdw Exp $
+## $Id$
 ##
 ## Makefile for TrIPE documentation
 ##
 ## along with TrIPE; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.2  2001/02/22 09:11:42  mdw
-## Distribute the manpages.
-##
-## Revision 1.1  2001/02/22 09:07:29  mdw
-## Build documents now.
-##
-
 AUTOMAKE_OPTIONS = foreign
 
-man_MANS = tripe.8 tripectl.1 tripe-admin.5
-EXTRA_DIST = $(man_MANS)
+man_MANS = \
+       tripe.8 tripectl.1 tripe-admin.5 pkstream.1 tripe-mitm.8 \
+       @pymans@ @pygtkmans@
+PYTHONMANS = tripe-keys.8 tripe-keys.conf.5
+PYGTKMANS = tripemon.1
+EXTRA_DIST = $(man_MANS) $(PYTHONMANS) $(PYGTKMANS)
 
 ##----- That's all, folks ---------------------------------------------------