Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / Makefile.am

commit
6cf4c99aaf31
parent
faf1e560d20a
branch
default
tags
revelation-0.4.8

properly import notes for SplashID files

1
1c96b7e48232
## Process this file with automake to produce Makefile.in
2
1c96b7e48232
#
3
1c96b7e48232
# Makefile.am
4
1c96b7e48232
#
5
1c96b7e48232
# $Id$
6
1c96b7e48232
#
7
1c96b7e48232
8
89256f7e6edd
AUTOMAKE_OPTIONS	= dist-bzip2 no-dist-gzip
9
f7e311e828af
SUBDIRS			= data po src
10
a207757f8451
11
6be23deaafc3
dist-hook:
12
6be23deaafc3
	svn2cl.sh\
13
6be23deaafc3
		--authors=$(top_srcdir)/authors.xml \
14
6be23deaafc3
		--group-by-day \
15
6be23deaafc3
		--separate-daylogs \
16
6be23deaafc3
		--include-rev \
17
6be23deaafc3
		--file=$(top_distdir)/ChangeLog \
18
6be23deaafc3
		https://oss.codepoet.no/svn/revelation/tags/$(PACKAGE)-$(VERSION)
19
6be23deaafc3