]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - fonts/Makefile
Merge changes from CUPS 1.5.1-r9875.
[thirdparty/cups.git] / fonts / Makefile
index 4aee789134cde939528d76ff33f0aa8b4bef248b..c87c3e644fad305df51e6f38ba58011d7ac24fc2 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $"
+# "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $"
 #
-#   Fonts makefile for the Common UNIX Printing System (CUPS).
+#   Fonts makefile for CUPS.
 #
-#   Copyright 2007-2008 by Apple Inc.
+#   Copyright 2007-2011 by Apple Inc.
 #   Copyright 1993-2006 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -19,8 +19,11 @@ include ../Makedefs
 # Font files...
 #
 
-FONTS  =       Courier Courier-Bold Courier-BoldOblique Courier-Oblique \
-               Symbol
+FONTS  =       \
+               Monospace \
+               Monospace-Bold \
+               Monospace-BoldOblique \
+               Monospace-Oblique
 
 
 #
@@ -37,6 +40,13 @@ all:
 libs:
 
 
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Clean all config and object files...
 #
@@ -64,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
 
 
 #
@@ -102,5 +114,5 @@ uninstall:
 
 
 #
-# End of "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $".
+# End of "$Id: Makefile 7871 2008-08-27 21:12:43Z mike $".
 #