diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clients/Makefile.am | 10 | ||||
-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, 14 deletions
diff --git a/doc/clients/Makefile.am b/doc/clients/Makefile.am index 206e378f9..676611217 100644 --- a/doc/clients/Makefile.am +++ b/doc/clients/Makefile.am @@ -104,16 +104,6 @@ accerso.html : header.html.part footer.html.part fi ; } && \ cat footer.html.part ; } > $@ -adjutrix.html : header.html.part footer.html.part - { cat header.html.part && { \ - if test -x $(top_builddir)/src/clients/adjutrix/man-adjutrix ; then \ - $(top_builddir)/src/clients/adjutrix/man-adjutrix --html ; \ - else \ - echo "<h1>adjutrix</h1>"; \ - echo "<p>Sorry, documentation was generated without support for the adjutrix client.</p>" ; \ - fi ; } && \ - cat footer.html.part ; } > $@ - appareo.html : header.html.part footer.html.part { cat header.html.part && { \ if test -x $(top_builddir)/src/clients/appareo/man-appareo ; then \ diff --git a/doc/clients/index.html.part b/doc/clients/index.html.part index 3e6d0892a..f5ba7281e 100644 --- a/doc/clients/index.html.part +++ b/doc/clients/index.html.part @@ -13,7 +13,6 @@ <ul> <li><a href="accerso.html">accerso</a>, the mirror client.</li> - <li><a href="adjutrix.html">adjutrix</a>, a collection of utilities for ebuild developers and arch teams.</li> <li><a href="instruo.html">instruo</a>, the metadata generation 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 d5cfb4bfd..018d748a3 100644 --- a/doc/clients/toplinks.html.part.in +++ b/doc/clients/toplinks.html.part.in @@ -32,7 +32,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/adjutrix.html">adjutrix</a> + <a href="###TOPURI###clients/appareo.html">appareo</a> </td> </tr> @@ -60,7 +60,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 2f50fd5f1..1cda1d025 100644 --- a/doc/index.html.part.in +++ b/doc/index.html.part.in @@ -88,7 +88,6 @@ the exheres repository format.</p> <ul> <li><a href="clients/accerso.html">accerso</a>, the mirror client.</li> - <li><a href="clients/adjutrix.html">adjutrix</a>, a collection of utilities for ebuild developers and arch teams.</li> <li><a href="clients/instruo.html">instruo</a>, the metadata generation client.</li> <li><a href="clients/appareo.html">appareo</a>, a Manifest generation tool.</li> </ul> |