From ec34ae7213ee5ae11cdba7ee270d1b8e5e3e1a0f Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 4 Jun 1999 14:02:56 +0000 Subject: [PATCH] Stupid thing doesn't automatically distribute manpages. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index eb424f6..da86fbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.2 1999/06/04 13:56:30 mdw Exp $ +## $Id: Makefile.am,v 1.3 1999/06/04 14:02:56 mdw Exp $ ## ## Makefile for sw-tools ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.3 1999/06/04 14:02:56 mdw +## Stupid thing doesn't automatically distribute manpages. +## ## Revision 1.2 1999/06/04 13:56:30 mdw ## Install and distribute the manuals. ## @@ -41,8 +44,8 @@ SUBDIRS = mLib src bin_SCRIPTS = sw noinst_DATA = archtab sw-env -EXTRA_DIST = archtab sw-env man_MANS = sw.1 sw-info.5 sw-env.5 archtab.5 +EXTRA_DIST = archtab sw-env $(man_MANS) install-data-local: $(mkinstalldirs) $(datadir) -- 2.11.0