mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:50:53 +07:00
11 lines
240 B
Python
11 lines
240 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = 'Linux Kernel Crypto API'
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|