diff options
Diffstat (limited to 'Documentation/driver-api/pm/conf.py')
-rw-r--r-- | Documentation/driver-api/pm/conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/driver-api/pm/conf.py b/Documentation/driver-api/pm/conf.py new file mode 100644 index 000000000..a89fac112 --- /dev/null +++ b/Documentation/driver-api/pm/conf.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Device Power Management" + +tags.add("subproject") + +latex_documents = [ + ('index', 'pm.tex', project, + 'The kernel development community', 'manual'), +] |