From: mdw Date: Tue, 4 May 1999 16:24:42 +0000 (+0000) Subject: Distribute the generated HTML files. X-Git-Tag: 1.3.3~10 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/58b76e2e5f29a601a014714443d10b78ede03bed Distribute the generated HTML files. --- diff --git a/manual/Makefile.am b/manual/Makefile.am index b2bee34..81fc336 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.7 1998/06/18 16:07:57 mdw Exp $ +## $Id: Makefile.am,v 1.8 1999/05/04 16:24:42 mdw Exp $ ## ## Makefile for `become' ## @@ -29,7 +29,10 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ -## Revision 1.7 1998/06/18 16:07:57 mdw +## Revision 1.8 1999/05/04 16:24:42 mdw +## Distribute the generated HTML files. +## +## Revision 1.7 1998/06/18 16:07:57 mdw ## Fix installation of HTML files. ## ## Revision 1.6 1998/04/23 13:10:34 mdw @@ -75,6 +78,11 @@ install-data-local: stamp-html.in uninstall-local: rm -f $(htmldir)/become_*.html +dist-hook: + distdir=`cd $(distdir) && pwd`; \ + cd $(srcdir); \ + ln become_*.html $$distdir + MAINTAINERCLEANFILES = \ $(srcdir)/stamp-html.in $(srcdir)/become_*.html \ $(srcdir)/become.info*