]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / locale / Makefile
index d1a0787c7ccd8d54d49df5c3731b6f1834a11657..eb0a3d6978f78f94e369eb4aab97fefee074e1f2 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 4898 2006-01-08 23:13:20Z mike $"
+# "$Id: Makefile 5193 2006-02-27 20:27:07Z mike $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 1993-2005 by Easy Software Products.
+#   Copyright 1993-2006 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
 #   property of Easy Software Products and are protected by Federal
@@ -28,7 +28,7 @@ include ../Makedefs
 # Locales...
 #
 
-LOCALES        =       fr
+LOCALES        =       ja
 
 
 #
@@ -46,15 +46,22 @@ clean:
        $(RM) translate translate.o
 
 
+#
+# Update dependencies...
+#
+
+depend:
+
+
 #
 # Install files...
 #
 
-install:
-       $(INSTALL_DIR) $(LOCALEDIR)
+install:       all
+       $(INSTALL_DIR) -m 755 $(LOCALEDIR)
        for loc in $(LOCALES) ; do \
-               $(INSTALL_DIR) $(LOCALEDIR)/$$loc ; \
-               $(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc ; \
+               $(INSTALL_DIR) -m 755 $(LOCALEDIR)/$$loc ; \
+               $(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc.po ; \
        done
 
 
@@ -95,5 +102,5 @@ translate.o: ../cups/http.h ../cups/i18n.h ../cups/language.h ../cups/string.h
 
 
 #
-# End of "$Id: Makefile 4898 2006-01-08 23:13:20Z mike $".
+# End of "$Id: Makefile 5193 2006-02-27 20:27:07Z mike $".
 #