]> git.phdru.name Git - mimedecode.git/blobdiff - update
Remove update script
[mimedecode.git] / update
diff --git a/update b/update
deleted file mode 100755 (executable)
index e026690..0000000
--- a/update
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-"$HOME"/admin/prog/git-scripts/update || exit 1
-
-current="`pwd`"
-origin="`git config --get --path remote.origin.url`"
-
-# Copy mimedecode.docbook with timestamp to avoid rebuilding
-cd "$origin"
-exec rsync -ahP "$current"/mimedecode.docbook "$current"/mimedecode.man \
-                "$current"/mimedecode.html "$current"/mimedecode.txt .