summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-09-14 17:49:56 +0200
committerWerner Koch <wk@gnupg.org>1998-09-14 17:49:56 +0200
commitc07a88da5d293db89726767fef58090177b423f4 (patch)
tree7ea1d5d10d3e65cf29c4b03616772fb4c829f4d1 /Makefile.am
parentUpdates (diff)
downloadgnupg2-c07a88da5d293db89726767fef58090177b423f4.tar.xz
gnupg2-c07a88da5d293db89726767fef58090177b423f4.zip
New release
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index b8f6282bf..258ec7003 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,6 @@ SUBDIRS = intl po zlib util mpi cipher tools g10 doc checks
EXTRA_DIST = VERSION
-tar: clean
- cd ..; tar czvf ~/bkup/g10-`date +%d%m`.tar.gz src
-
-
dist-hook:
@set -e; \
for file in `find $(srcdir) -type f -name distfiles`; do \
@@ -17,8 +13,5 @@ dist-hook:
|| cp -p $(srcdir)/$$dir/$$i $(distdir)/$$dir/$$i; \
done ; \
done
- for file in po/cat-id-tbl.c po/gnupg.pot; do \
- rm $(distdir)/$$file || true ; \
- done