diff options
Diffstat (limited to 'Makefile.am')
-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 + |