chiark / gitweb /
More support scripts and other cool stuff.
[tripe] / doc / Makefile.am
index b537576b894026954eabdeae9819cfe19ce5f19c..ee4efdde0b92964d9de31d9943e53699a409f3df 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.5 2004/04/08 01:36:17 mdw Exp $
+## $Id$
 ##
 ## Makefile for TrIPE documentation
 ##
 ##
 ## Makefile for TrIPE documentation
 ##
 
 AUTOMAKE_OPTIONS = foreign
 
 
 AUTOMAKE_OPTIONS = foreign
 
-man_MANS = tripe.8 tripectl.1 tripe-admin.5 pkstream.1 tripe-mitm.8
-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 ---------------------------------------------------
 
 ##----- That's all, folks ---------------------------------------------------