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: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 469: cdaef80a065f
parent 468: 1e8d1627dc15
branch: default
tags: revelation-0.4.9
don't include built config.py during make dist
Erik Grinaker / erikg
4 years ago
Revelation / Makefile.am
r469:cdaef80a065f 22 loc 465 bytes embed / history / annotate / raw /
## Process this file with automake to produce Makefile.in
#
# Makefile.am
#
# $Id$
#

AUTOMAKE_OPTIONS	= dist-bzip2 no-dist-gzip
SUBDIRS			= data po src
EXTRA_DIST		= intltool-extract.in \
				intltool-merge.in \
				intltool-update.in

dist-hook:
	svn2cl.sh\
		--authors=$(top_srcdir)/authors.xml \
		--group-by-day \
		--separate-daylogs \
		--include-rev \
		--file=$(top_distdir)/ChangeLog \
		https://oss.codepoet.no/svn/revelation/tags/$(PACKAGE)-$(VERSION)