]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - fonts/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / fonts / Makefile
index 4813e234eb5588e83338adc9bb5483df225bb0cd..9f4afb8f374f0190eb4bfba5ebb68cf8a4241718 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.6 1999/05/10 17:42:00 mike Exp $"
+# "$Id: Makefile 4950 2006-01-19 16:07:57Z mike $"
 #
 #   Fonts makefile for the Common UNIX Printing System (CUPS).
 #
@@ -50,7 +50,7 @@ clean:
 # Install files...
 #
 
-install:
+install:       all
        $(INSTALL_DIR) $(DATADIR)/fonts
        for file in $(FONTS); do \
                $(INSTALL_DATA) $$file $(DATADIR)/fonts; \
@@ -58,5 +58,5 @@ install:
 
 
 #
-# End of "$Id: Makefile,v 1.6 1999/05/10 17:42:00 mike Exp $".
+# End of "$Id: Makefile 4950 2006-01-19 16:07:57Z mike $".
 #