aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-10-17 14:47:14 +0000
committerWerner Koch <[email protected]>1998-10-17 14:47:14 +0000
commit1cd8e3a83da8cee1e639093f8371744ec89f653f (patch)
treec44ca2c4f05b0b859158b75d81f262678bb6ed0d /Makefile.am
parenttest 2 (diff)
downloadgnupg-1cd8e3a83da8cee1e639093f8371744ec89f653f.tar.gz
gnupg-1cd8e3a83da8cee1e639093f8371744ec89f653f.zip
Removed some trash
Diffstat (limited to '')
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 49aa43817..c81de2692 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,3 +34,15 @@ dist-hook:
> $(distdir)/scripts/gnupg-$(VERSION).spec
+# maintainer only
+cvs-get:
+ rsync -avuzb --exclude '*~' [email protected]:work/gnupg .
+
+cvs-put:
+ rsync -Cavuzb . [email protected]:work/gnupg
+
+cvs-sync: cvs-get cvs-put
+
+
+.PHONY: cvs-get cvs-put cvs-sync
+