]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - fonts/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / fonts / Makefile
index e22041de1ad3e258199ea241f37dd84af923d47e..b6c37c9e94a988e04210c753a20c08bc49095df1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
 #
 #   Fonts makefile for the Common UNIX Printing System (CUPS).
 #
@@ -46,6 +46,13 @@ all:
 clean:
 
 
+#
+# Dummy depend target...
+#
+
+depend:
+
+
 #
 # Install files...
 #
@@ -58,5 +65,16 @@ install:     all
 
 
 #
-# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $".
+# Uninstall files...
+#
+
+uninstall:
+       for file in $(FONTS); do \
+               $(RM) $(DATADIR)/fonts/$$file; \
+       done
+       $(RMDIR) $(DATADIR)/fonts
+
+
+#
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #