]> git.mdlowis.com Git - projs/tide.git/commitdiff
Removed tide-fetch.rb from Makefile
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 25 Jul 2017 01:26:20 +0000 (21:26 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 25 Jul 2017 01:26:20 +0000 (21:26 -0400)
Makefile

index e48d882337bc853c96d0bef68352e3da8ce2601c..48c7681a22e12a67b0dc68a1237c4807a27cddcb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,6 @@ install: all
        cp -f tfetch $(PREFIX)/bin
        cp -f tide $(PREFIX)/bin
        cp -f tide-hl.rb $(PREFIX)/bin
-       cp -f tide-fetch.rb $(PREFIX)/bin
        cp -f pick $(PREFIX)/bin
        cp -f xcpd $(PREFIX)/bin
        cp -f pickfile $(PREFIX)/bin
@@ -54,7 +53,6 @@ uninstall:
        rm -f $(PREFIX)/bin/tfetch
        rm -f $(PREFIX)/bin/tide
        rm -f $(PREFIX)/bin/tide-hl.rb
-       rm -f $(PREFIX)/bin/tide-fetch.rb
        rm -f $(PREFIX)/bin/pick
        rm -f $(PREFIX)/bin/xcpd
        rm -f $(PREFIX)/bin/pickfile