]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - pdftops/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / pdftops / Makefile
index 9be45f5afd30986e0053c903c36641a6fe4454cf..139190a852487f8dc6f96a3a05b754479b3d1a50 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 $"
 #
 #   pdftops filter Makefile for the Common UNIX Printing System (CUPS).
 #
@@ -126,6 +126,16 @@ install:   all
        $(INSTALL_BIN) pdftops $(SERVERBIN)/filter
 
 
+#
+# Uninstall the filter...
+#
+
+uninstall:
+       $(RM) $(SERVERBIN)/filter/pdftops
+       -$(RMDIR) $(SERVERBIN)/filter
+       -$(RMDIR) $(SERVERBIN)
+
+
 #
 # pdftops
 #
@@ -154,5 +164,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $".
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #