diff options
author | 2011-02-04 20:25:34 +0000 | |
---|---|---|
committer | 2011-02-04 20:25:34 +0000 | |
commit | 3caef7b22c4eaee861f0f655d5c1650652b7d2c6 (patch) | |
tree | 9b472d0447d1b824c574e594d9ee05e704a20ca1 /doc | |
parent | 8e76744365a37d8cf9816764377cbdd26592e568 (diff) | |
download | paludis-3caef7b22c4eaee861f0f655d5c1650652b7d2c6.tar.gz paludis-3caef7b22c4eaee861f0f655d5c1650652b7d2c6.tar.xz |
Bye bye importare
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/faq/different.html.part | 2 | ||||
-rw-r--r-- | doc/index.html.part.in | 1 |
5 files changed, 3 insertions, 15 deletions
diff --git a/doc/clients/Makefile.am b/doc/clients/Makefile.am index e33ab0439..d4b25423b 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 ; } > $@ -importare.html : header.html.part footer.html.part - { cat header.html.part && { \ - if test -x $(top_builddir)/src/clients/importare/man-importare ; then \ - $(top_builddir)/src/clients/importare/man-importare --html ; \ - else \ - echo "<h1>importare</h1>"; \ - echo "<p>Sorry, documentation was generated without support for the importare client.</p>" ; \ - fi ; } && \ - cat footer.html.part ; } > $@ - instruo.html : header.html.part footer.html.part { cat header.html.part && { \ if test -x $(top_builddir)/src/clients/instruo/man-instruo ; then \ diff --git a/doc/clients/index.html.part b/doc/clients/index.html.part index 8b4e80824..b79129f46 100644 --- a/doc/clients/index.html.part +++ b/doc/clients/index.html.part @@ -13,7 +13,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="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 6b20c19f0..4c0da6bfc 100644 --- a/doc/clients/toplinks.html.part.in +++ b/doc/clients/toplinks.html.part.in @@ -36,7 +36,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/importare.html">importare</a> + <a href="###TOPURI###clients/reconcilio.html">reconcilio</a> </td> <td class="currentpage"> @@ -54,7 +54,7 @@ </td> <td class="currentpage"> - <a href="###TOPURI###clients/reconcilio.html">reconcilio</a> + </td> <td class="currentpage"> diff --git a/doc/faq/different.html.part b/doc/faq/different.html.part index a339fb20e..15766fb65 100644 --- a/doc/faq/different.html.part +++ b/doc/faq/different.html.part @@ -96,4 +96,4 @@ for ebuilds.</p> <p>To use <code>cave import</code>, you will first have to configure an <a href="../configuration/repositories/installed_unpackaged.html"><code>installed_unpackaged</code></a> format repository.</p> -<p>To get a more direct equivalent of package.provided, you can "install" an empty directory with importare.</p> +<p>To get a more direct equivalent of package.provided, you can "install" an empty directory with cave import.</p> diff --git a/doc/index.html.part.in b/doc/index.html.part.in index 0751dc667..1d0d01b6b 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/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/reconcilio.html">reconcilio</a>, a tool for rebuilding packages with broken linkage.</li> </ul> |