]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add locale to regular make directories.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 27 Jan 2006 02:33:36 +0000 (02:33 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 27 Jan 2006 02:33:36 +0000 (02:33 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5003 7a7537e8-13f0-0310-91df-b6672ffda945

Makefile

index a5aae5e304800ec701acbdb50f080bf3751878f9..8bd4cfa9c84fd8aded0d12ebda11a39602777a39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ include Makedefs
 # Directories to make...
 #
 
-DIRS   =       cups backend berkeley cgi-bin filter man pdftops \
+DIRS   =       cups backend berkeley cgi-bin filter locale man pdftops \
                notifier scheduler systemv
 
 #
@@ -80,8 +80,6 @@ install:      installhdrs
        (cd doc; $(MAKE) $(MFLAGS) install)
        echo Installing in fonts...
        (cd fonts; $(MAKE) $(MFLAGS) install)
-       echo Installing in locale...
-       (cd locale; $(MAKE) $(MFLAGS) install)
        echo Installing in ppd...
        (cd ppd; $(MAKE) $(MFLAGS) install)
        echo Installing in templates...