drm/bridge: tc358764: Fix build error
[linux-2.6-block.git] / Documentation / vm / conf.py
CommitLineData
82381918
MR
1# -*- coding: utf-8; mode: python -*-
2
3project = "Linux Memory Management Documentation"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'memory-management.tex', project,
9 'The kernel development community', 'manual'),
10]