aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-18 09:05:32 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-24 08:12:35 -0200
commit0e4f07a65f53e7b3afab71925e56fe6aaa07d696 (patch)
treefee3c943b48df0b70f4b28605a6eaecb57f518f0 /Documentation/conf.py
parentREADME: convert it to ReST markup (diff)
downloadwireguard-linux-0e4f07a65f53e7b3afab71925e56fe6aaa07d696.tar.xz
wireguard-linux-0e4f07a65f53e7b3afab71925e56fe6aaa07d696.zip
docs: rename development-process/ to process/
As we'll type this a lot, after adding CodingStyle & friends, let's rename the directory name to a shorter one. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 4db1993658ea..b08e0c9b73b7 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -338,7 +338,7 @@ latex_elements = {
latex_documents = [
('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
'The kernel development community', 'manual'),
- ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation',
+ ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation',
'The kernel development community', 'manual'),
('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
'The kernel development community', 'manual'),