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 / data / gconf / Makefile.am

commit
60595491f191
parent
ac1d7b7ffc91
branch
default
tags
revelation-0.4.5

set release date

1
1c96b7e48232
## Process this file with automake to produce Makefile.in
2
1c96b7e48232
#
3
1c96b7e48232
# data/gconf/Makefile.am
4
1c96b7e48232
#
5
1c96b7e48232
# $Id$
6
1c96b7e48232
#
7
1c96b7e48232
8
1c96b7e48232
schemadir	= @GCONF_SCHEMA_FILE_DIR@
9
e5681e842641
schema_DATA	= revelation.schemas revelation-applet.schemas
10
1c96b7e48232
11
1c96b7e48232
12
1c96b7e48232
install-data-hook:
13
1c96b7e48232
if GCONF_SCHEMAS_INSTALL
14
1c96b7e48232
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
15
1c96b7e48232
	$(GCONFTOOL) --makefile-install-rule $(schema_DATA)
16
1c96b7e48232
endif
17
1c96b7e48232