diff --git a/Documentation/80211/conf.py b/Documentation/80211/conf.py index 20c7c275ef4a9bdda0e1c3fa677bb6794351e303..4424b4b0b9c35de074b31eae027354745d35ce0d 100644 --- a/Documentation/80211/conf.py +++ b/Documentation/80211/conf.py @@ -3,3 +3,8 @@ project = "Linux 802.11 Driver Developer's Guide" tags.add("subproject") + +latex_documents = [ + ('index', '80211.tex', project, + 'The kernel development community', 'manual'), +] diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py index 6314d17082309549c330c1d943121e219132c0db..1757b040fb32f04470733f67eb848a92322642e5 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'), +]