diff options
author | 2011-02-04 20:00:32 +0000 | |
---|---|---|
committer | 2011-02-04 20:00:32 +0000 | |
commit | 8e76744365a37d8cf9816764377cbdd26592e568 (patch) | |
tree | 4b9a1490d65f0062152ce1d9ddfb6211c97920d2 /doc | |
parent | c054c6d7c9be6df0f99a3876f4fbe7608deb023f (diff) | |
download | paludis-8e76744365a37d8cf9816764377cbdd26592e568.tar.gz paludis-8e76744365a37d8cf9816764377cbdd26592e568.tar.xz |
Ding dong, inquisitio is dead
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 3b59b05b5..e33ab0439 100644 --- a/doc/clients/Makefile.am +++ b/doc/clients/Makefile.am @@ -156,16 +156,6 @@ $(CAVE_COMMANDS_HTML) : header.html.part footer.html.part fi ; } && \ cat footer.html.part ; } > $@ -inquisitio.html : header.html.part footer.html.part - { cat header.html.part && { \ - if test -x $(top_builddir)/src/clients/inquisitio/man-inquisitio ; then \ - $(top_builddir)/src/clients/inquisitio/man-inquisitio --html ; \ - else \ - echo "<h1>inquisitio</h1>"; \ - echo "<p>Sorry, documentation was generated without support for the inquisitio client.</p>" ; \ - fi ; } && \ - cat footer.html.part ; } > $@ - importare.html : header.html.part footer.html.part { cat header.html.part && { \ if test -x $(top_builddir)/src/clients/importare/man-importare ; then \ diff --git a/doc/clients/index.html.part b/doc/clients/index.html.part index 32c0252ae..8b4e80824 100644 --- a/doc/clients/index.html.part +++ b/doc/clients/index.html.part @@ -14,7 +14,6 @@ <ul> <li><a href="paludis.html">paludis</a>, the original console package management client.</li> <li><a href="importare.html">importare</a>, the unpackaged package installer.</li> - <li><a href="inquisitio.html">inquisitio</a>, the search client.</li> <li><a href="reconcilio.html">reconcilio</a>, a tool for rebuilding packages with broken linkage.</li> </ul> diff --git a/doc/clients/toplinks.html.part.in b/doc/clients/toplinks.html.part.in index 0aa7c4848..6b20c19f0 100644 --- a/doc/clients/toplinks.html.part.in +++ b/doc/clients/toplinks.html.part.in @@ -54,7 +54,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/inquisitio.html">inquisitio</a> + <a href="###TOPURI###clients/reconcilio.html">reconcilio</a> </td> <td class="currentpage"> @@ -72,7 +72,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/reconcilio.html">reconcilio</a> + </td> <td class="currentpage"> diff --git a/doc/index.html.part.in b/doc/index.html.part.in index 7f19a9661..0751dc667 100644 --- a/doc/index.html.part.in +++ b/doc/index.html.part.in @@ -89,7 +89,6 @@ the exheres repository format.</p> <ul> <li><a href="clients/paludis.html">paludis</a>, the original console package management client.</li> <li><a href="clients/importare.html">importare</a>, the unpackaged package installer.</li> - <li><a href="clients/inquisitio.html">inquisitio</a>, the search client.</li> <li><a href="clients/reconcilio.html">reconcilio</a>, a tool for rebuilding packages with broken linkage.</li> </ul> |