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.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / src / Makefile.am

## Process this file with automake to produce Makefile.in
#
# src/Makefile.am
#
# $Id$
#

SUBDIRS         = lib wrap
bin_SCRIPTS     = revelation
libexec_SCRIPTS = revelation-applet
CLEANFILES      = revelation revelation-applet


revelation: revelation.in
        sed \
                -e "s|\@pyexecdir\@|$(pyexecdir)|" \
                revelation.in > revelation

revelation-applet: revelation-applet.in
        sed \
                -e "s|\@pyexecdir\@|$(pyexecdir)|" \
                -e "s|\@bindir\@|$(bindir)|" \
                revelation-applet.in > revelation-applet