diff options
author | 2011-06-16 14:06:51 +0100 | |
---|---|---|
committer | 2011-06-16 14:06:51 +0100 | |
commit | f3d322452e5c917b3eee56884c4847bc0b51f8ea (patch) | |
tree | 19347a9f754455df2a968b6ce8d90259eff258d7 /doc | |
parent | f44204d088eb37c22ca73204b02d5860d8b5fed1 (diff) | |
download | paludis-f3d322452e5c917b3eee56884c4847bc0b51f8ea.tar.gz paludis-f3d322452e5c917b3eee56884c4847bc0b51f8ea.tar.xz |
Appareo is dead
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clients/Makefile.am | 12 | ||||
-rw-r--r-- | doc/clients/index.html.part | 6 | ||||
-rw-r--r-- | doc/clients/toplinks.html.part.in | 2 | ||||
-rw-r--r-- | doc/index.html.part.in | 6 |
4 files changed, 1 insertions, 25 deletions
diff --git a/doc/clients/Makefile.am b/doc/clients/Makefile.am index 030b37792..51fb28983 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 > $@ -appareo.html : header.html.part footer.html.part - { cat header.html.part && { \ - echo "<h1>appareo</h1>"; \ - if test -f $(top_builddir)/src/clients/appareo/appareo.html-man-fragment ; then \ - cat $(top_builddir)/src/clients/appareo/appareo.html-man-fragment ; \ - elif test -f $(top_srcdir)/src/clients/appareo/appareo.html-man-fragment ; then \ - cat $(top_srcdir)/src/clients/appareo/appareo.html-man-fragment ; \ - else \ - echo "<p>Sorry, documentation was generated without support for the appareo client.</p>" ; \ - fi ; } \ - && cat footer.html.part ; } > $@ - cave.html : header.html.part footer.html.part { cat header.html.part && { \ echo "<h1>cave</h1>"; \ diff --git a/doc/clients/index.html.part b/doc/clients/index.html.part index 1e34230b0..dcece3bd5 100644 --- a/doc/clients/index.html.part +++ b/doc/clients/index.html.part @@ -9,9 +9,3 @@ client.</li> </ul> -<p>For ebuild developers and distribution maintainers:</p> - -<ul> - <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 b40fef588..02acf112c 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/appareo.html">appareo</a> + </td> </tr> diff --git a/doc/index.html.part.in b/doc/index.html.part.in index b4e52b066..08cee1489 100644 --- a/doc/index.html.part.in +++ b/doc/index.html.part.in @@ -84,12 +84,6 @@ the exheres repository format.</p> management client.</li> </ul> -<p>For ebuild developers and distribution maintainers:</p> - -<ul> - <li><a href="clients/appareo.html">appareo</a>, a Manifest generation tool.</li> -</ul> - <h2>API Documentation</h2> <ul> |