From 96395e47eed9c203e68a20896bef2ee75b9c2426 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 4 Jun 1999 13:56:30 +0000 Subject: [PATCH] Install and distribute the manuals. --- Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index bb85a80..eb424f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.1 1999/06/02 16:53:33 mdw Exp $ +## $Id: Makefile.am,v 1.2 1999/06/04 13:56:30 mdw Exp $ ## ## Makefile for sw-tools ## @@ -28,8 +28,11 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ -## Revision 1.1 1999/06/02 16:53:33 mdw -## Initial revision +## Revision 1.2 1999/06/04 13:56:30 mdw +## Install and distribute the manuals. +## +## Revision 1.1.1.1 1999/06/02 16:53:33 mdw +## Initial import. ## AUTOMAKE_OPTIONS = foreign @@ -39,6 +42,7 @@ 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 install-data-local: $(mkinstalldirs) $(datadir) -- 2.11.0