CVS commit by dymo: Modified installation path for .toc files to kdevdocumentation/tocs. M +1 -1 extras/Makefile.am 1.11 M +1 -1 extras/w3c/Makefile.am 1.4 M +1 -1 std/Makefile.am 1.5 --- kdevelop/doc/extras/w3c/Makefile.am #1.3:1.4 @@ -1,3 +1,3 @@ -tocdir = ${kde_datadir}/kdevdoctreeview/tocs +tocdir = ${kde_datadir}/kdevdocumentation/tocs toc_DATA = w3c-dom-level2-html.toc w3c-svg.toc w3c-uaag10.toc --- kdevelop/doc/extras/Makefile.am #1.10:1.11 @@ -1,5 +1,5 @@ SUBDIRS=w3c -tocdir = ${kde_datadir}/kdevdoctreeview/tocs +tocdir = ${kde_datadir}/kdevdocumentation/tocs toc_DATA = sdl.toc opengl.toc --- kdevelop/doc/std/Makefile.am #1.4:1.5 @@ -1,3 +1,3 @@ -tocdir = ${kde_datadir}/kdevdoctreeview/tocs +tocdir = ${kde_datadir}/kdevdocumentation/tocs toc_DATA = kdev3api.toc