diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index db0472b..bd51a4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,10 @@ in-place: $(MAKE) $(AM_MAKEFLAGS) pkgdatadir=lib localedir=locale all-am all-local: $(locale_MESSAGES) + touch lib/.in-place locale/.in-place + +clean-local: + rm -f lib/.in-place locale/.in-place install-data-local: $(locale_MESSAGES) @$(NORMAL_INSTALL) |