]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / locale / Makefile
index 1fef472e747139bfbb8afd1c5b2e4276be2add68..b20190daf2cdd813f3a46785495982f1b2607983 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5224 2006-03-04 02:00:43Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -65,6 +65,18 @@ install:     all
        done
 
 
+#
+# Uninstall files...
+#
+
+uninstall:
+       -for loc in $(LANGUAGES) ; do \
+               $(RM) $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
+               $(RMDIR) $(LOCALEDIR)/$$loc ; \
+       done
+       -$(RMDIR) $(LOCALEDIR)
+
+
 #
 # pot - Creates/updates the cups.pot template file, and merges changes
 #       into existing message catalogs.
@@ -102,5 +114,5 @@ translate.o:        ../cups/http.h ../cups/i18n.h ../cups/language.h ../cups/string.h
 
 
 #
-# End of "$Id: Makefile 5224 2006-03-04 02:00:43Z mike $".
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #