chiark / gitweb /
Distribute the manpages.
authormdw <mdw>
Thu, 22 Feb 2001 09:11:42 +0000 (09:11 +0000)
committermdw <mdw>
Thu, 22 Feb 2001 09:11:42 +0000 (09:11 +0000)
doc/Makefile.am

index 68289059ebe35d941922fe516da0592fb2023269..bfae7aec4852a902ef72cd7ab35a92d417b9a023 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 2001/02/22 09:07:29 mdw Exp $
+## $Id: Makefile.am,v 1.2 2001/02/22 09:11:42 mdw Exp $
 ##
 ## Makefile for TrIPE documentation
 ##
 ##
 ## Makefile for TrIPE documentation
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
 ##----- 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.
 ##
 ## Revision 1.1  2001/02/22 09:07:29  mdw
 ## Build documents now.
 ##
@@ -35,5 +38,6 @@
 AUTOMAKE_OPTIONS = foreign
 
 man_MANS = tripe.8 tripectl.1 tripe-admin.5
 AUTOMAKE_OPTIONS = foreign
 
 man_MANS = tripe.8 tripectl.1 tripe-admin.5
+EXTRA_DIST = $(man_MANS)
 
 ##----- That's all, folks ---------------------------------------------------
 
 ##----- That's all, folks ---------------------------------------------------