Distribute the generated HTML files.
authormdw <mdw>
Tue, 4 May 1999 16:24:42 +0000 (16:24 +0000)
committermdw <mdw>
Tue, 4 May 1999 16:24:42 +0000 (16:24 +0000)
manual/Makefile.am

index b2bee34..81fc336 100644 (file)
@@ -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'
 ##
 ##----- 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*