view make/README @ 120:9a8b11877d11

Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
author Rob Landley <rob@landley.net>
date Thu, 30 Jun 2011 19:44:50 -0500
parents 01b77829d010
children
line wrap: on
line source

Run make/mirror.py to download resources we mirror from elsewhere into
the "mirror" directory.

Run make/splitols.py to break up the OLS proceedings into individual
papers.  (Run mirror.py and install pdftk first.)

Run make/make.sh to rebuild documentation extracted from the kernel
source tarball.  You may want to set $WEBDIR and $LNXDIR to values appropriate
for your system, and install mercurial and xmlto first.  This calls most
of the other scripts in this directory.

Run make/doclinkcheck.py to check the Documentation/index.html files for
404 errors or files not mentioned from the index.  (These are generated
from 00-INDEX files in each subdirectory, so the errors it reports should
be fixed upstream in the Linux kernel source.)