summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-22 20:01:18 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-22 20:01:18 +0000
commited4869111296da3b8514751fab9dffaa3146cb87 (patch)
tree2c70846273867a43b55920695412df4069c77efa /locale/Makefile
parent9e22304f017970e9ba10cd593a1b07df4aafdabb (diff)
downloadcups-ed4869111296da3b8514751fab9dffaa3146cb87.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@181 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 658311816..34bcf1b95 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -51,7 +51,9 @@ depend:
# Install files...
#
-install: all
+install: all $(INSTALL_LANGUAGES)
+
+install-languages:
$(INSTALL_DIR) -m 755 $(LOCALEDIR)
for loc in $(LANGUAGES) ; do \
if test -f cups_$$loc.po; then \
@@ -65,12 +67,12 @@ install: all
# Uninstall files...
#
-uninstall:
+uninstall: $(UNINSTALL_LANGUAGES)
+
+uninstall-languages:
-for loc in $(LANGUAGES) ; do \
$(RM) $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
- $(RMDIR) $(LOCALEDIR)/$$loc ; \
done
- -$(RMDIR) $(LOCALEDIR)
#