From: mdw Date: Wed, 24 Sep 1997 13:02:00 +0000 (+0000) Subject: Distribute stamp-html.in so that the HTML files don't get recreated X-Git-Tag: 1.3.3~70 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/69ec21eebb2517e058f384151f0a77cc7820500d Distribute stamp-html.in so that the HTML files don't get recreated unnecessarily. --- diff --git a/manual/Makefile.am b/manual/Makefile.am index fef91ff..4a54592 100644 --- a/manual/Makefile.am +++ b/manual/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.2 1997/09/18 11:15:41 mdw Exp $ +## $Id: Makefile.am,v 1.3 1997/09/24 13:02:00 mdw Exp $ ## ## Makefile for `become' ## @@ -29,6 +29,10 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.3 1997/09/24 13:02:00 mdw +## Distribute stamp-html.in so that the HTML files don't get recreated +## unnecessarily. +## ## Revision 1.2 1997/09/18 11:15:41 mdw ## Build HTML documentation and install it. ## @@ -40,7 +44,7 @@ htmldir = @htmldir@ -EXTRA_DIST = texinfo.tex +EXTRA_DIST = texinfo.tex stamp-html.in info_TEXINFOS = become.texi noinst_DATA = become_*.html