diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-07 12:49:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-07 23:41:42 +0900 |
commit | 847757b965c078db854178cfecc07c5b35aca4dd (patch) | |
tree | 0ed1a541df8bd991218c92de47f46bbc01d3924e | |
parent | eaa7f3e3d4eac4876803d20bdda9ee0d701d5f5b (diff) | |
download | tdelibs-847757b965c078db854178cfecc07c5b35aca4dd.tar.gz tdelibs-847757b965c078db854178cfecc07c5b35aca4dd.zip |
Added missing files required by API documentation.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/common/CMakeLists.txt | 8 | ||||
-rw-r--r-- | doc/common/header.html | 6 | ||||
-rw-r--r-- | doc/common/mainheader.html | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt index 423652e5b..c831ccefc 100644 --- a/doc/common/CMakeLists.txt +++ b/doc/common/CMakeLists.txt @@ -14,7 +14,8 @@ install( FILES 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png 10.png - appheader.html artistic-license.html bottom1.png bottom2.png + appheader.html artistic-license.html block_title_bottom.png + block_title_mid.png block_title_top.png bottom1.png bottom2.png bottom-left.png bottom-middle.png bottom-right.png bsd-license.html docheadergears.png doctop1a.png doctop1b.png doctop1.png doctop2.png doxygen.css favicon.ico fdl-license @@ -23,8 +24,9 @@ install( header.html kde_gear_64.png kde_logo_bg.png kde_logo.png kmenu.png lgpl-license lgpl-license.html mainfooter.html mainheader.html print.css qpl-license.html shadow.png tde-common.css - tde.css tde-default.css tde-docs.css tde-localised.css.template tde-web.css - top-left.png top-middle.png top-right-konqueror.png web-docbottom.png + tabs.css tde.css tde-default.css tde-docs.css tde-localised.css.template tde-web.css + top.jpg top-left.jpg top-left.png top-middle.png top-right-konqueror.png + top-right.jpg top-right.png top-trinity.jpg web-docbottom.png web-doctop.png x11-license.html xml.dcl DESTINATION ${HTML_INSTALL_DIR}/en/common ) diff --git a/doc/common/header.html b/doc/common/header.html index cff920b15..b7c1304da 100644 --- a/doc/common/header.html +++ b/doc/common/header.html @@ -17,9 +17,9 @@ <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="robots" content="all" /> <meta name="no-email-collection" content="http://www.unspam.com/noemailcollection" /> - <link rel="shortcut icon" href="@topdir@/../common/favicon.ico" /><link rel="icon" href="@topdir@/../common/favicon.ico" /> - <link rel="stylesheet" type="text/css" href="@topdir@/../common/doxygen.css" /> - <link rel="stylesheet" type="text/css" href="@topdir@/../common/tabs.css" /> + <link rel="shortcut icon" href="@topdir@/favicon.ico" /><link rel="icon" href="@topdir@/favicon.ico" /> + <link rel="stylesheet" type="text/css" href="@topdir@/doxygen.css" /> + <link rel="stylesheet" type="text/css" href="@topdir@/tabs.css" /> <link rel="stylesheet" media="screen" type="text/css" title="Trinity Colors" href="@topdir@/../common/tde.css" /> <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/../common/print.css" /> <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/../common/flat.css" /> diff --git a/doc/common/mainheader.html b/doc/common/mainheader.html index 6fbdd9aca..4c1ee53ec 100644 --- a/doc/common/mainheader.html +++ b/doc/common/mainheader.html @@ -17,9 +17,9 @@ <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="robots" content="all" /> <meta name="no-email-collection" content="http://www.unspam.com/noemailcollection" /> - <link rel="shortcut icon" href="@topdir@/../common/favicon.ico" /><link rel="icon" href="@topdir@/../common/favicon.ico" /> - <link rel="stylesheet" type="text/css" href="@topdir@/../common/doxygen.css" /> - <link rel="stylesheet" type="text/css" href="@topdir@/../common/tabs.css" /> + <link rel="shortcut icon" href="@topdir@/favicon.ico" /><link rel="icon" href="@topdir@/favicon.ico" /> + <link rel="stylesheet" type="text/css" href="@topdir@/doxygen.css" /> + <link rel="stylesheet" type="text/css" href="@topdir@/tabs.css" /> <link rel="stylesheet" media="screen" type="text/css" title="Trinity Colors" href="@topdir@/../common/tde.css" /> <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/../common/print.css" /> <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/../common/flat.css" /> |