source code of Linux source code
Go to file
Jonathan Corbet 22917b992d docs: Add more manuals to the PDF build
There were a few manuals that weren't being built in PDF format, but
there's no reason not to...

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-11-16 16:07:02 -07:00
Documentation docs: Add more manuals to the PDF build 2016-11-16 16:07:02 -07:00
arch docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
block
certs
crypto
drivers docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
firmware
fs docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
include workqueue: kerneldocify workqueue_attrs 2016-10-28 10:54:32 -06:00
init docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
ipc
kernel
lib docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
mm
net
samples
scripts kernel-doc: better parsing of named variable arguments 2016-10-28 10:54:16 -06:00
security
sound
tools docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: The Chinese documentation moved 2016-11-13 12:24:59 -07:00
Makefile Linux 4.9-rc1 2016-10-15 12:17:50 -07:00
README README: add a new README file, pointing to the Documentation/ 2016-10-24 08:12:35 -02:00

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.