chiark / gitweb /
maninst isn't shipped here.
authormdw <mdw>
Fri, 16 May 2003 00:24:05 +0000 (00:24 +0000)
committermdw <mdw>
Fri, 16 May 2003 00:24:05 +0000 (00:24 +0000)
man/Makefile.am

index 7006695715f6a62977162a09eacb67c1be278a54..141f4d8e0042c9097de4058b25d0f9ef7d15e9c1 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 2003/04/23 12:48:19 mdw Exp $
+## $Id: Makefile.am,v 1.2 2003/05/16 00:24:05 mdw Exp $
 ##
 ## Makefile for mLib's manual pages
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.2  2003/05/16 00:24:05  mdw
+## maninst isn't shipped here.
+##
 ## Revision 1.1  2003/04/23 12:48:19  mdw
 ## New manpage installer.
 ##
@@ -69,6 +72,6 @@ uninstall-man: $(MANPAGS)
 install-data-local: install-man
 uninstall-local: uninstall-man
 
-EXTRA_DIST = Makefile.m4 $(MANPAGES) maninst
+EXTRA_DIST = $(MANPAGES)
 
 ##----- That's all, folks ---------------------------------------------------