blob: ea44172af5c493708cfbae011c30a8305992a493 [file] [log] [blame]
Mauro Carvalho Chehab90f9f112017-05-12 06:50:22 -03001# -*- coding: utf-8; mode: python -*-
2
3project = "Linux Filesystems API"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'filesystems.tex', project,
9 'The kernel development community', 'manual'),
10]