diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clients/Makefile.am | 12 | ||||
-rw-r--r-- | doc/clients/index.html.part | 1 | ||||
-rw-r--r-- | doc/clients/toplinks.html.part.in | 4 | ||||
-rw-r--r-- | doc/index.html.part.in | 1 |
4 files changed, 2 insertions, 16 deletions
diff --git a/doc/clients/Makefile.am b/doc/clients/Makefile.am index f5ef3ddf4..030b37792 100644 --- a/doc/clients/Makefile.am +++ b/doc/clients/Makefile.am @@ -97,18 +97,6 @@ HTML_LOG_COMPILER = $(LOG_COMPILER) index.html : header.html.part $(srcdir)/index.html.part footer.html.part cat header.html.part $(srcdir)/index.html.part footer.html.part > $@ -accerso.html : header.html.part footer.html.part - { cat header.html.part && { \ - echo "<h1>accerso</h1>"; \ - if test -f $(top_builddir)/src/clients/accerso/accerso.html-man-fragment ; then \ - cat $(top_builddir)/src/clients/accerso/accerso.html-man-fragment ; \ - elif test -f $(top_srcdir)/src/clients/accerso/accerso.html-man-fragment ; then \ - cat $(top_srcdir)/src/clients/accerso/accerso.html-man-fragment ; \ - else \ - echo "<p>Sorry, documentation was generated without support for the accerso client.</p>" ; \ - fi ; } \ - && cat footer.html.part ; } > $@ - appareo.html : header.html.part footer.html.part { cat header.html.part && { \ echo "<h1>appareo</h1>"; \ diff --git a/doc/clients/index.html.part b/doc/clients/index.html.part index a331bea7e..1e34230b0 100644 --- a/doc/clients/index.html.part +++ b/doc/clients/index.html.part @@ -12,7 +12,6 @@ <p>For ebuild developers and distribution maintainers:</p> <ul> - <li><a href="accerso.html">accerso</a>, the mirror client.</li> <li><a href="appareo.html">appareo</a>, a Manifest generation tool.</li> </ul> diff --git a/doc/clients/toplinks.html.part.in b/doc/clients/toplinks.html.part.in index 6bb291598..b40fef588 100644 --- a/doc/clients/toplinks.html.part.in +++ b/doc/clients/toplinks.html.part.in @@ -18,7 +18,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/accerso.html">accerso</a> + <a href="###TOPURI###clients/appareo.html">appareo</a> </td> </tr> @@ -32,7 +32,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/appareo.html">appareo</a> + </td> </tr> diff --git a/doc/index.html.part.in b/doc/index.html.part.in index 76657c558..b4e52b066 100644 --- a/doc/index.html.part.in +++ b/doc/index.html.part.in @@ -87,7 +87,6 @@ the exheres repository format.</p> <p>For ebuild developers and distribution maintainers:</p> <ul> - <li><a href="clients/accerso.html">accerso</a>, the mirror client.</li> <li><a href="clients/appareo.html">appareo</a>, a Manifest generation tool.</li> </ul> |