tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit a0997cba270a452a21a415e60c40aa3bb747e64e
parent 63464fa5eabd5b5b6f9bd27ce50838985c3853df
Author: Jaromil <jaromil@dyne.org>
Date:   Sun, 13 Dec 2015 01:12:44 +0100

renamed extras/po to an intelligible name

Diffstat:
MINSTALL.md | 4++--
MMakefile | 2+-
Rextras/po/Makefile -> extras/translations/Makefile | 0
Rextras/po/de.po -> extras/translations/de.po | 0
Rextras/po/es.po -> extras/translations/es.po | 0
Rextras/po/fr.po -> extras/translations/fr.po | 0
Rextras/po/generate_translatable_strings.pl -> extras/translations/generate_translatable_strings.pl | 0
Rextras/po/generate_translatable_strings.sh -> extras/translations/generate_translatable_strings.sh | 0
Rextras/po/it.po -> extras/translations/it.po | 0
Rextras/po/ru.po -> extras/translations/ru.po | 0
Rextras/po/sv.po -> extras/translations/sv.po | 0
Rextras/po/tomb.pot -> extras/translations/tomb.pot | 0
12 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md @@ -165,13 +165,13 @@ Please note that it doesn't makes much sense to use KDF keys and steganography, since the latter will invalidate the brute-forcing protection. For details on the issue see [KNOWN_BUGS.md](KNOWN_BUGS). -### extras/po (translations) +### extras/translations/ There are translations available for Tomb and they are installed by default. If you wish to update them manually navigate to extras/po and run 'make install' as root: - cd extras/po + cd extras/translations sudo make install # Tomb support in other applications diff --git a/Makefile b/Makefile @@ -17,7 +17,7 @@ install: install -Dm644 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1 @echo @echo "Tomb is installed succesfully. To install language translations, make sure" - @echo "gettext is also installed, then 'cd extras/po' and 'make install' there." + @echo "gettext is also installed, then 'cd extras/translations' and 'make install' there." @echo @echo "Look around the extras/ directory, it contains other interesting modules." @echo diff --git a/extras/po/Makefile b/extras/translations/Makefile diff --git a/extras/po/de.po b/extras/translations/de.po diff --git a/extras/po/es.po b/extras/translations/es.po diff --git a/extras/po/fr.po b/extras/translations/fr.po diff --git a/extras/po/generate_translatable_strings.pl b/extras/translations/generate_translatable_strings.pl diff --git a/extras/po/generate_translatable_strings.sh b/extras/translations/generate_translatable_strings.sh diff --git a/extras/po/it.po b/extras/translations/it.po diff --git a/extras/po/ru.po b/extras/translations/ru.po diff --git a/extras/po/sv.po b/extras/translations/sv.po diff --git a/extras/po/tomb.pot b/extras/translations/tomb.pot