chiark / gitweb /
Document the evil proxy.
[tripe] / doc / Makefile.am
index 40bb6afe626863d1658de8e519aa2e80ee63ecc0..2d5338006aba2670606abdec91880bd57d7374e3 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.3 2003/04/23 13:53:20 mdw Exp $
+## $Id: Makefile.am,v 1.4 2003/10/15 09:30:29 mdw Exp $
 ##
 ## Makefile for TrIPE documentation
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.4  2003/10/15 09:30:29  mdw
+## Document the evil proxy.
+##
 ## Revision 1.3  2003/04/23 13:53:20  mdw
 ## New manpage for pkstream.
 ##
@@ -40,7 +43,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-man_MANS = tripe.8 tripectl.1 tripe-admin.5 pkstream.1
+man_MANS = tripe.8 tripectl.1 tripe-admin.5 pkstream.1 tripe-mitm.8
 EXTRA_DIST = $(man_MANS)
 
 ##----- That's all, folks ---------------------------------------------------