]> sourceware.org Git - automake.git/commit
* scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
authorTom Tromey <tromey@redhat.com>
Sat, 27 Mar 1999 00:27:47 +0000 (00:27 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 27 Mar 1999 00:27:47 +0000 (00:27 +0000)
commit51ebc1b7c1ae04ba529e501159d87e5d831173ac
treef69ea0f5d5800f7eab2288b2fc9314247a2e8544
parentbc1b4afd4ac7bdc530b6f7fea4c00947b202d08b
* scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
(uninstall-@DIR@SCRIPTS): Likewise.
* progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
(uninstall-@DIR@PROGRAMS): Likewise.
* ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
(uninstall-@DIR@LTLIBRARIES): Likewise.
* lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
(uninstall-@DIR@LISP): Likewise.
* libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
(uninstall-@DIR@LIBRARIES): Likewise.
* java.am (install-@DIR@JAVA): Use NDIR when appropriate.
(uninstall-@DIR@JAVA): Likewise.
* header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
(uninstall-@DIR@HEADERS): Likewise.
* data.am (install-@DIR@DATA): Use NDIR when appropriate.
(uninstall-@DIR@DATA): Likewise.
* Makefile.in: Rebuilt.
* Makefile.am (dist_pkgdata_DATA): Renamed.
(EXTRA_DIST): Removed.
(install-data-hook): Added POST_INSTALL; print commands as they
are run; respect DESTDIR.
* dist-vars.am (DISTFILES): Removed $(HEADERS).
* automake.in (am_install_var): Accept `-candist' and
`-defaultdist' options.  Handle `dist_' and `nodist_' prefixes.
(am_primary_prefixes): Added can_dist argument.  Recognize `dist_'
and `nodist_' prefixes.
(handle_scripts): Pass -candist to am_install_var.
(handle_data): Pass -defaultdist to am_install_var.
(handle_headers): Likewise.
(handle_emacs_lisp): Pass -candist to am_install_var.
(handle_java): Pass -candist to am_install_var.
25 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
automake.in
data.am
dist-vars.am
header.am
java.am
lib/am/Makefile.am
lib/am/data.am
lib/am/header.am
lib/am/java.am
lib/am/libs.am
lib/am/lisp.am
lib/am/ltlib.am
lib/am/progs.am
lib/am/scripts.am
libs.am
lisp.am
ltlib.am
m4/Makefile.in
progs.am
scripts.am
tests/Makefile.in
This page took 0.033794 seconds and 5 git commands to generate.