summaryrefslogtreecommitdiff
path: root/lib/am/scripts.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-02-26 09:14:43 +0000
committerAkim Demaille <akim@epita.fr>2001-02-26 09:14:43 +0000
commitf722556ffecae78f992914d416a1ba0d625a2363 (patch)
tree3bd76ead215eb33ad41353e000dad7534b58e30c /lib/am/scripts.am
parent8d14f069c74ef1ba3b2d1d7d2bb664857e512062 (diff)
downloadautomake-f722556ffecae78f992914d416a1ba0d625a2363.tar.gz
* automake.in (@installdirs): Remove.
(&file_contents): Be able to grow Automake macros with `+='. (&handle_texinfo, &handle_man_pages, &am_install_var): Let your files define _am_installdirs. (&handle_installdirs): Remove the code, just output `install.am'. * install.am: New. * data.am, header.am, libs.am, lisp.am, ltlib.am, mans.am, progs.am, * python.am, scripts.am, texinfos.am: Extend $(_am_installdirs).
Diffstat (limited to 'lib/am/scripts.am')
-rw-r--r--lib/am/scripts.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/am/scripts.am b/lib/am/scripts.am
index e559ada87..a746ce831 100644
--- a/lib/am/scripts.am
+++ b/lib/am/scripts.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright 1994, 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -16,6 +16,7 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
+_am_installdirs += $(DESTDIR)$(@NDIR@dir)
.PHONY install-exec-am: install-@DIR@SCRIPTS
install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS)
@$(NORMAL_INSTALL)