From a31d5f14ce2bf21c769195f015d034dc2455c4e2 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 31 Jul 2019 09:58:07 +0000 Subject: [PATCH] Add list of translators --- .gitignore | 1 + Makefile | 7 ++++++- copyright.tex | 10 ++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ea9db6..c9407dd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ *.fb2 *.md !README.md +translators.tex ## Generated if empty string is given at "Please type another file name for output:" .pdf diff --git a/Makefile b/Makefile index 6a64778..316d4f1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: +all: translators rubber -m xelatex faif-2.0.tex open: all @@ -6,3 +6,8 @@ open: all clean: git clean -xfd + +translators: + git shortlog --summary --numbered | cut -c8- | awk 1 ORS=', ' \ + | sed 's/, $$/./' | rev | sed 's/ ,/ и /' | rev \ + > translators.tex diff --git a/copyright.tex b/copyright.tex index 92a11ea..9ed603c 100644 --- a/copyright.tex +++ b/copyright.tex @@ -24,3 +24,13 @@ ISBN: 9780983159216\\ \bigskip \noindent The cover photograph of Richard Stallman is by Peter Hinely. The PDP-10 photograph in Chapter 7 is by Rodney Brooks. The photograph of St. IGNUcius in Chapter 8 is by Stian Eikeland. + +\bigskip + +Перевод на русский язык и вёрстку выполняли \input{translators} + +Исходный код доступен в репозитории +\href{https://code.dumpstack.io/etc/free-as-in-freedom-v2-ru}{code.dumpstack.io/etc/free-as-in-freedom-v2-ru}. + +Если вы заметили опечатки либо неточности -- отправляйте исправления по адресу +\href{mailto:patch+faif2ru@dumpstack.io}{patch+faif2ru@dumpstack.io}.