blob: 3b0b601af558b6e7d08f91c467752d09c6f82b81 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001# -*- 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]