blob: 3b0b601af558b6e7d08f91c467752d09c6f82b81 [file] [log] [blame]
Mike Rapoport82381912018-03-21 21:22:48 +02001# -*- 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]