diff options
author | Werner Koch <wk@gnupg.org> | 1999-07-07 13:28:26 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-07-07 13:28:26 +0200 |
commit | bd7298cf0dbeacbd415acdf814acace9aabb8455 (patch) | |
tree | ae235766ee42b77ba5ca19dfb1bf99e678154e3d /Makefile.am | |
parent | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch (diff) | |
download | gnupg2-bd7298cf0dbeacbd415acdf814acace9aabb8455.tar.xz gnupg2-bd7298cf0dbeacbd415acdf814acace9aabb8455.zip |
See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b07b909fe..d825afc6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,9 +23,11 @@ dist-hook: sed -e 's/@pkg_version@/$(VERSION)/g' \ $(top_srcdir)/scripts/gnupg.spec.in \ > $(distdir)/scripts/gnupg.spec + rm $(distdir)/gcrypt/*.[ch] -# maintainer only +if MAINTAINER_MODE +# This is only useful within my local environment (wk) cvs-get: rsync -Cavuzb --exclude scratch --exclude .deps \ wkoch@sigtrap.guug.de:work/gnupg . @@ -36,6 +38,7 @@ cvs-put: cvs-sync: cvs-get cvs-put +endif .PHONY: cvs-get cvs-put cvs-sync |