diff options
-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 \ |