aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index f78406b23..fb518ea58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,20 +27,4 @@ dist-hook:
> $(distdir)/scripts/gnupg.spec
-if MAINTAINER_MODE
-# This is only useful within my local environment (wk)
-cvs-get:
- rsync -Cavuzb --exclude scratch --exclude .deps \
- [email protected]:work/gnupg .
-
-cvs-put:
- rsync -Cavuzb --exclude .deps --exclude scratch \
- . [email protected]:work/gnupg
-
-cvs-sync: cvs-get cvs-put
-
-endif
-
-
-.PHONY: cvs-get cvs-put cvs-sync