aboutsummaryrefslogtreecommitdiff
path: root/src/po
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-08-24 02:48:07 +0000
committerGreg Hudson <ghudson@mit.edu>2011-08-24 02:48:07 +0000
commitc02f8208dd3e91bf090afd1c1f152a9def3486f8 (patch)
tree92d198cf59685faca0dc443237e84ed2640c88d5 /src/po
parentad25940f24d226cfa74e884c7b0932ebd181ca6f (diff)
downloadkrb5-c02f8208dd3e91bf090afd1c1f152a9def3486f8.zip
krb5-c02f8208dd3e91bf090afd1c1f152a9def3486f8.tar.gz
krb5-c02f8208dd3e91bf090afd1c1f152a9def3486f8.tar.bz2
Only build the po subdir if i18n is enabled
Also clean the built message catalogs in "make clean". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25112 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/po')
-rw-r--r--src/po/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/po/Makefile.in b/src/po/Makefile.in
index 9d67f87..4b58c72 100644
--- a/src/po/Makefile.in
+++ b/src/po/Makefile.in
@@ -48,3 +48,6 @@ install::
install -c $$c \
$(DESTDIR)$(KRB5_LOCALEDIR)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
done
+
+clean::
+ $(RM) $(CATALOGS)