diff options
Diffstat (limited to 'Documentation/gpu/conf.py')
| -rw-r--r-- | Documentation/gpu/conf.py | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py index 6314d1708230..1757b040fb32 100644 --- a/Documentation/gpu/conf.py +++ b/Documentation/gpu/conf.py @@ -3,3 +3,8 @@  project = "Linux GPU Driver Developer's Guide"  tags.add("subproject") + +latex_documents = [ +    ('index', 'gpu.tex', project, +     'The kernel development community', 'manual'), +]  |