Add list of translators
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								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 | ||||
|   | ||||
| @@ -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}. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user