1
0
Fork 0

Add list of translators

primary
dump_stack() 2019-07-31 09:58:07 +00:00
parent 23ebb61000
commit a31d5f14ce
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
3 changed files with 17 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

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