Skip to content
Snippets Groups Projects

community/texmf-dist: allow installing duplicate man pages

  1. Apr 25, 2024
    • Marian Buschsieweke's avatar
      community/texlive: update checkdepends · 6149add1
      Marian Buschsieweke authored and omni's avatar omni committed
      The texmf-dist examples are build in the check() function, so let's
      install them.
      6149add1
    • Marian Buschsieweke's avatar
      community/texmf-dist: split out examples · 4dee3475
      Marian Buschsieweke authored and omni's avatar omni committed
      Add texmf-dist*-examples subpackages that contain examples and
      documentation that is not man pages.
      4dee3475
    • Marian Buschsieweke's avatar
      community/texmf-dist: allow installing duplicate man pages · 101759a9
      Marian Buschsieweke authored and omni's avatar omni committed
      This tries to be a maintainable solution for the issue that both the
      source repo for the texlive package and the sources for texmf-dist
      contain man pages for the applications provided by the texlive
      package.
      
      It adds a postfix to the man pages of texmf-dist, so that they can
      be installed at the same time. This wastes storage space for the
      duplicates. Especially since the man pages provided by `texlive-doc`
      should be considered the single source of truth for the man pages, it
      is suboptimal to have the duplicates. However, is absence of any
      obvious clean way to remove the duplicates, this may be a sensible
      alternative.
      101759a9
Loading