]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Add locale to regular make directories.
[thirdparty/cups.git] / 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...