]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - fonts/Makefile
Merge changes from CUPS 1.4svn-r8115.
[thirdparty/cups.git] / fonts / Makefile
index af4e851618c9544450b0ead844e8b757ea96fd5c..61b7939729297d510d03d621acf76501cbb2ce61 100644 (file)
@@ -74,9 +74,11 @@ install:     all install-data install-headers install-libs install-exec
 
 install-data:
        $(INSTALL_DIR) -m 755 $(DATADIR)/fonts
-       for file in $(FONTS); do \
-               $(INSTALL_DATA) $$file $(DATADIR)/fonts; \
-       done
+       if test "x$(BANNERTOPS)" != x -o "x$(TEXTTOPS)" != x; then \
+               for file in $(FONTS); do \
+                       $(INSTALL_DATA) $$file $(DATADIR)/fonts; \
+               done \
+       fi
 
 
 #