X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/8fc4c5cd7e7c8590b55bf41e4f984a4952374b4b..b0f66028a9a17a845590a4fe737a4f5e46f6b778:/manual/Makefile.am diff --git a/manual/Makefile.am b/manual/Makefile.am index 81fc336..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.8 1999/05/04 16:24:42 mdw Exp $ +## $Id: Makefile.am,v 1.9 2003/11/29 23:39:16 mdw Exp $ ## ## Makefile for `become' ## @@ -29,6 +29,9 @@ ##----- 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. ## @@ -70,9 +73,9 @@ stamp-html.in: $(srcdir)/become.texi echo datestamp >$(srcdir)/stamp-html.in install-data-local: stamp-html.in - $(mkinstalldirs) $(htmldir) + $(mkinstalldirs) $(DESTDIR)$(htmldir) for i in $(srcdir)/become_*.html; do \ - $(INSTALL_DATA) $$i $(htmldir); \ + $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir); \ done uninstall-local: