From 49ab21f51219706469f1bee9c67a0e5121ec9fc3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 16:06:32 -0400 Subject: 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. --- 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 \ -- cgit v0.9.1