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 / cracklib / 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/cracklib/Makefile.am
4
1c96b7e48232
#
5
1c96b7e48232
# $Id$
6
1c96b7e48232
#
7
1c96b7e48232
8
1c96b7e48232
dictdir		= $(datadir)/revelation
9
1c96b7e48232
dict_DATA	= pwdict.hwm pwdict.pwd pwdict.pwi
10
1c96b7e48232
CLEANFILES	= pwdict.hwm pwdict.pwd pwdict.pwi
11
1c96b7e48232
12
1c96b7e48232
13
1c96b7e48232
pwdict.hwm pwdict.pwd pwdict.pwi: pwdict
14
8f6033ffc71b
	$(CRACK_FORMAT) pwdict | $(CRACK_PACKER) pwdict
15
1c96b7e48232