]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / locale / Makefile
index bad408908454609721bfabb1093088c2bf5e4f56..de9d14e7d0a2becbfddfb91b4bfef514a5f035d1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 4965 2006-01-21 06:12:17Z mike $"
+# "$Id: Makefile 5114 2006-02-16 12:28:29Z mike $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -46,15 +46,22 @@ clean:
        $(RM) translate translate.o
 
 
+#
+# Update dependencies...
+#
+
+depend:
+
+
 #
 # Install files...
 #
 
 install:       all
-       $(INSTALL_DIR) $(LOCALEDIR)
+       $(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 4965 2006-01-21 06:12:17Z mike $".
+# End of "$Id: Makefile 5114 2006-02-16 12:28:29Z mike $".
 #