X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c758e6541ca05409b178dd9629e9337494c49890..b0f66028a9a17a845590a4fe737a4f5e46f6b778:/manual/Makefile.am diff --git a/manual/Makefile.am b/manual/Makefile.am index ab9952f..de535d6 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.4 1998/01/12 16:45:35 mdw Exp $ +## $Id: Makefile.am,v 1.9 2003/11/29 23:39:16 mdw Exp $ ## ## Makefile for `become' ## @@ -29,6 +29,21 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.9 2003/11/29 23:39:16 mdw +## Debianization. +## +## 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 +## Add new file `texinice.tex' to the distribution. +## +## Revision 1.5 1998/01/20 14:48:18 mdw +## Distribute gpl.texi. Ooops. +## ## Revision 1.4 1998/01/12 16:45:35 mdw ## Fix copyright date. ## @@ -47,7 +62,7 @@ htmldir = @htmldir@ -EXTRA_DIST = texinfo.tex stamp-html.in +EXTRA_DIST = gpl.texi texinfo.tex texinice.tex stamp-html.in info_TEXINFOS = become.texi noinst_DATA = become_*.html @@ -58,14 +73,19 @@ stamp-html.in: $(srcdir)/become.texi echo datestamp >$(srcdir)/stamp-html.in install-data-local: stamp-html.in - $(mkinstalldirs) $(htmldir) - cd $(srcdir); for i in become_*.html; do \ - $(INSTALL_DATA) $$i $(htmldir)/$$i; \ + $(mkinstalldirs) $(DESTDIR)$(htmldir) + for i in $(srcdir)/become_*.html; do \ + $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir); \ done 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*