summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2018-12-05 12:26:59 +0100
committerMurray Cumming <murrayc@murrayc.com>2018-12-05 13:53:33 +0100
commitcfcf973873e277aad81e340af9136f685e60c225 (patch)
tree67d4d2ecc4ab1668d2ea0d1cb61ffb25c49261ca
parent15f55b944ff2213bf8c98681a732263dfaf2d3d0 (diff)
downloadsigc++-cfcf973873e277aad81e340af9136f685e60c225.tar.gz
docs: Remove unused docs/docs/index.html
And remove the .gif images that it used. This fixes issue #12 https://github.com/libsigcplusplus/libsigcplusplus/issues/12
-rw-r--r--docs/docs/Makefile.am4
-rw-r--r--docs/docs/images/libsigc_logo.gifbin9136 -> 0 bytes
-rw-r--r--docs/docs/images/top.gifbin260 -> 0 bytes
-rw-r--r--docs/docs/index.html72
4 files changed, 0 insertions, 76 deletions
diff --git a/docs/docs/Makefile.am b/docs/docs/Makefile.am
index aec4527..eaae51d 100644
--- a/docs/docs/Makefile.am
+++ b/docs/docs/Makefile.am
@@ -31,10 +31,6 @@ doc_input = $(if $(srcdir:.=),$(vp_search),$(addprefix $(top_builddir)/sigc++/,$
include $(top_srcdir)/build/doc-reference.am
-doc_imagesdir = $(libdocdir)/images
-dist_libdoc_DATA = index.html
-dist_doc_images_DATA = images/libsigc_logo.gif images/top.gif
-
dist_noinst_DATA += doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl
include $(srcdir)/doc-manual.am
diff --git a/docs/docs/images/libsigc_logo.gif b/docs/docs/images/libsigc_logo.gif
deleted file mode 100644
index 6a8a36c..0000000
--- a/docs/docs/images/libsigc_logo.gif
+++ /dev/null
Binary files differ
diff --git a/docs/docs/images/top.gif b/docs/docs/images/top.gif
deleted file mode 100644
index 85d395c..0000000
--- a/docs/docs/images/top.gif
+++ /dev/null
Binary files differ
diff --git a/docs/docs/index.html b/docs/docs/index.html
deleted file mode 100644
index 05170ad..0000000
--- a/docs/docs/index.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>libsigc Documentation</title>
- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
- <link href="http://library.gnome.org/devel/libsigc++/stable/doxygen.css" rel="stylesheet"
- type="text/css">
- <style type="text/css">
- body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 15px;
- }
- </style>
-</head>
-<body bgcolor="#f0f0f0">
-<div align="center"> <a class="qindex" href="index.html">Main Page</a>
-&nbsp; <a class="qindex" href="http://library.gnome.org/devel/libsigc++/stable/namespaces.html">Namespaces</a>
-&nbsp;
-<hr>
-<h1>libsigc++ 2 documentation</h1>
-<table cellspacing="1" cellpadding="2" width="100%" border="0">
- <tbody>
- <tr>
- <th bgcolor="#bd2c4a"
- style="border: 1px solid black; color: white;">API Reference</th>
- </tr>
- <tr>
- <td valign="top">
- <table border="0" bgcolor="white" width="100%" cellpadding="2"
- cellspacing="1" style="border: 1px solid black;">
- <tbody>
- <tr>
- <th bgcolor="#f0f0f0" width="33%">Groups</th>
- <th bgcolor="#f0f0f0" width="33%">Namespaces</th>
- <th bgcolor="#f0f0f0" width="33%">Full</th>
- </tr>
- <tr>
- <td valign="top" width="33%">
- <ul>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/group__signal.html">Signals</a></li>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/group__slot.html">Slots</a></li>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/group__sigcfunctors.html">Functors</a></li>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/group__adaptors.html">Adaptors</a></li>
- </ul>
- </td>
- <td valign="top" width="33%">
- <ul>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/namespacesigc.html">sigc</a></li>
- </ul>
- </td>
- <td valign="top" width="33%">
- <ul>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/hierarchy.html">Inheritance
-Hierarchy</a></li>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/inherits.html">Class Chart
-(image)</a></li>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/classes.html">All Classes</a></li>
- <li><a href="http://library.gnome.org/devel/libsigc++/stable/functions.html">All methods
-(long)</a></li>
- </ul>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
-</table>
-<br>
-</div>
-</body>
-</html>