Русский перевод книги Linux From Scratch
Go to file
Vladimir Pertsev cc78c32030 Add chapter 4 (Добавлена глава 4)
- Setting Up the Environment (Настройка окружения)
- About SBUs (О СБУ)
- About the Test Suites (О наборах тестов)
2022-05-18 23:52:36 +05:00
chapter01 * Package updates. 2022-05-16 22:24:37 +05:00
chapter02 Add chapter 2 2022-05-17 02:46:57 +05:00
chapter03 Add chapter 3 (Добавлена глава 3) 2022-05-18 00:11:52 +05:00
chapter04 Add chapter 4 (Добавлена глава 4) 2022-05-18 23:52:36 +05:00
prologue Add 2022-05-15 00:51:14 +05:00
ABOUT Add chapter 1 (Добавлена глава 1) 2022-05-16 01:41:48 +05:00
aux-file-data.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
general.ent fix codepage and CRLF 2022-05-11 01:55:07 +05:00
git-version.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
index.xml fix codepage and CRLF 2022-05-11 01:55:07 +05:00
INSTALL fix line length 2022-05-11 00:31:57 +05:00
lfs-latest-git.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
lfs-latest.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
LICENSE Initial commit 2022-05-09 00:31:36 +05:00
make-aux-files.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
Makefile Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
obfuscate.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
packages.ent * Package updates. 2022-05-16 22:24:37 +05:00
patches.ent Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
pdf-fixups.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
process-scripts.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
README.md Add chapter 1 (Добавлена глава 1) 2022-05-16 01:41:48 +05:00
tidy.conf Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00

LFS Book README

В этом документе содержится информация о том, как выполнить преобразование книги из XML формата в другой формат (например, HTML, PDF, PS и TXT). Для начала, если вы ещё этого не сделали, пожалуйста, откройте и прочитайте информацию, представленную в файле INSTALL, чтобы установить необходимое программное обеспечение. Если вы уже выполнили все шаги в файле INSTALL, ознакомьтесь с примерами того, как выполнить преобразование файлов в другие форматы.

Во всех примерах необходимо указание аргумента REV=systemd, если требуется сборка книги редакции systemd.

XML в XHTML:

make BASEDIR=/path/to/output/location

XML в одностраничный XHTML (nochunks):

make BASEDIR=/path/to/output/location nochunks

XML в TXT:

Следуйте инструкциям для nochunks и затем запустите: lynx -dump /path/to/nochunks > /path/to/output

XML в PDF:

make BASEDIR=/path/to/output/location pdf