blob: 8a58fd09635f47f6efd80a42acf8022a4bf21e84 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | tocdir = ${kde_datadir}/kdevdocumentation/tocs
toc_DATA = \
    c++_bugs_gcc.toc \
    clanlib.toc \
    cppannotations.toc \
    gnome_bugs.toc \
    gnome.toc \
    gnustep.toc \
    kde2book.toc \
    libc.toc \
    libstdc++.toc \
    objc++_bugs_gcc.toc \
    qt-kdev3.toc \
    stl.toc \
    wxwidgets_bugs.toc 
#indexdir = ${kde_datadir}/devdoctreeview/indices
#index_DATA = libc.index libstdc++.index stl.index kde2book.index
 |