X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/e669724dbe589e85c6e32335cff510abb6148086..13b985c35c3f57ad2d3024a6d019817c06392058:/manual/Makefile.am diff --git a/manual/Makefile.am b/manual/Makefile.am index 040a2af..b2bee34 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.5 1998/01/20 14:48:18 mdw Exp $ +## $Id: Makefile.am,v 1.7 1998/06/18 16:07:57 mdw Exp $ ## ## Makefile for `become' ## @@ -29,6 +29,12 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## 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 +## Add new file `texinice.tex' to the distribution. +## ## Revision 1.5 1998/01/20 14:48:18 mdw ## Distribute gpl.texi. Ooops. ## @@ -50,7 +56,7 @@ htmldir = @htmldir@ -EXTRA_DIST = gpl.texi texinfo.tex stamp-html.in +EXTRA_DIST = gpl.texi texinfo.tex texinice.tex stamp-html.in info_TEXINFOS = become.texi noinst_DATA = become_*.html @@ -62,8 +68,8 @@ stamp-html.in: $(srcdir)/become.texi install-data-local: stamp-html.in $(mkinstalldirs) $(htmldir) - cd $(srcdir); for i in become_*.html; do \ - $(INSTALL_DATA) $$i $(htmldir)/$$i; \ + for i in $(srcdir)/become_*.html; do \ + $(INSTALL_DATA) $$i $(htmldir); \ done uninstall-local: