summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
blob: 129cc7eeaa51319be126da87237ada4f0e328a8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '1.0'
release = '5.0'

latex_documents = [
	('index', 'filesystem.tex', u'RTEMS Filesystem', u'RTEMS Documentation Project', 'manual'),
]