summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
blob: 201873086f173c7e87825c2fcd98abb84984e059 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 Documentation', u'RTEMS Documentation Project', 'manual'),
]