diff options
author | Werner Koch <[email protected]> | 1998-10-17 14:47:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-17 14:47:14 +0000 |
commit | 1cd8e3a83da8cee1e639093f8371744ec89f653f (patch) | |
tree | c44ca2c4f05b0b859158b75d81f262678bb6ed0d /Makefile.am | |
parent | test 2 (diff) | |
download | gnupg-1cd8e3a83da8cee1e639093f8371744ec89f653f.tar.gz gnupg-1cd8e3a83da8cee1e639093f8371744ec89f653f.zip |
Removed some trash
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 12 |
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 + |