aboutsummaryrefslogtreecommitdiff
path: root/testsuite/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/data/Makefile.am')
-rw-r--r--testsuite/data/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/testsuite/data/Makefile.am b/testsuite/data/Makefile.am
deleted file mode 100644
index bf6987e..0000000
--- a/testsuite/data/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
1##
2## This file is part of GNU Anubis.
3## Copyright (C) 2003, 2007 The Anubis Team.
4##
5## GNU Anubis is free software; you can redistribute it and/or modify it
6## under the terms of the GNU General Public License as published by the
7## Free Software Foundation; either version 3 of the License, or (at your
8## option) any later version.
9##
10## GNU Anubis is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
15## You should have received a copy of the GNU General Public License along
16## with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
17##
18
19GPGFILES = secring.gpg pubring.gpg
20noinst_DATA = @ANUBIS_GPGFILES@ text.db
21
22EXTRA_DIST = pubring.asc secring.asc anubis.pem append.txt users
23CLEANFILES = *.gpg random_seed *~ text.db
24
25pubring.gpg secring.gpg: $(srcdir)/pubring.asc $(srcdir)/secring.asc
26 $(GPG) --homedir . --import < $(srcdir)/pubring.asc
27 $(GPG) --homedir . --allow-secret-key-import --import < $(srcdir)/secring.asc
28
29text.db: $(srcdir)/users
30 sed -e "`../findport -fs^USER^%u^`;s^ETCDIR^`cd ../etc;pwd`^" $(srcdir)/users > text.db

Return to:

Send suggestions and report system problems to the System administrator.