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}.