Skip to content

Commit

Permalink
Rename devnotes.txt to DEVELOPMENT.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnok committed Aug 24, 2015
1 parent 5296cc7 commit c862833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions devnotes.txt → DEVELOPMENT
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Notes for developers
====================

Development is taking place at Github:
https://github.com/shinnok/johnny


To extract format list from John's ouput:
run/john | perl -ne '$f = 1 if /^--format/; $f = 0 if /^--[^f]/; print "$1\n" while m!([-\w\(\)]+)(/|$)!g and $f; ' > format-list
Expand Down
3 changes: 2 additions & 1 deletion johnny.pro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ RESOURCES += resources/resources.qrc
OTHER_FILES += README \
LICENSE \
INSTALL \
CHANGELOG
CHANGELOG \
DEVELOPMENT

osx {
TARGET = Johnny
Expand Down

0 comments on commit c862833

Please sign in to comment.