diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 16:06:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 16:07:19 (EDT) |
commit | 49ab21f51219706469f1bee9c67a0e5121ec9fc3 (patch) | |
tree | 272f1d69ca6f4e0e04e7023ce5e2d9c247b5fca7 /Makefile.am | |
parent | 70f2708d69e60830382eba49c0594c8d3b993d8a (diff) |
Makefile.am: Build locale_MESSAGES with noinst_DATA
Instead of the "all-local" target.
Installation and uninstallation are handled in the "install-data-local"
and "uninstall-local" targets respectively.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 206a9c1..3041c03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ pro_archman_LDADD = $(pro_archman_SOURCES:.sh=.sho) EXTRA_pro_archman_DEPENDENCIES = config.sh locale_MESSAGES = $(locale_sources:.sh=.ms) +noinst_DATA = $(locale_MESSAGES) man1_MANS = $(man1_sources:.1in=.1) do_subst = sed \ @@ -66,8 +67,6 @@ EXTRA_DIST = \ tools/shpp.sh \ tools/shld.sh -all-local: $(locale_MESSAGES) - install-data-local: $(locale_MESSAGES) @$(NORMAL_INSTALL) for f in $(locale_MESSAGES); do \ |