]> git.ipfire.org Git - thirdparty/man-pages.git/commit
share/mk/: Reorganize dependencies
authorAlejandro Colomar <alx@kernel.org>
Tue, 19 Mar 2024 22:09:25 +0000 (23:09 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 20 Mar 2024 14:07:36 +0000 (15:07 +0100)
commit1632253504a78fedd23aa95fc75bc4c0c00c4fdb
tree7023ea59af4ebf04428af62a86d74d4f8cca5767
parentd18b41345a0dcd8ee662dc656aecc69ae917744d
share/mk/: Reorganize dependencies

Use one directory per each (Debian) package, and one file per command.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
98 files changed:
GNUmakefile
share/mk/build/book.mk
share/mk/build/catman/eqn.mk
share/mk/build/catman/grotty.mk
share/mk/build/catman/troff.mk
share/mk/build/examples/_.mk
share/mk/build/examples/cc.mk
share/mk/build/examples/ld.mk
share/mk/build/examples/src.mk
share/mk/build/html/post-grohtml.mk
share/mk/build/html/troff.mk
share/mk/build/pdf/eqn.mk
share/mk/build/pdf/gropdf.mk
share/mk/build/pdf/troff.mk
share/mk/build/pre/preconv.mk
share/mk/build/pre/tbl.mk
share/mk/build/ps/eqn.mk
share/mk/build/ps/grops.mk
share/mk/build/ps/troff.mk
share/mk/check/catman/col.mk
share/mk/check/catman/grep.mk
share/mk/clean.mk
share/mk/configure/build-depends/binutils/ld.mk [moved from share/mk/configure/build-depends/ld.mk with 76% similarity]
share/mk/configure/build-depends/bsdextrautils/col.mk [moved from share/mk/configure/build-depends/bsdextrautils.mk with 69% similarity]
share/mk/configure/build-depends/bzip2/bzip2.mk [moved from share/mk/configure/build-depends/bzip2.mk with 71% similarity]
share/mk/configure/build-depends/checkpatch/checkpatch.mk [moved from share/mk/configure/build-depends/checkpatch.mk with 75% similarity]
share/mk/configure/build-depends/clang-tidy/clang-tidy.mk [moved from share/mk/configure/build-depends/clang-tidy.mk with 78% similarity]
share/mk/configure/build-depends/clang/clang.mk [moved from share/mk/configure/build-depends/clang.mk with 63% similarity]
share/mk/configure/build-depends/coreutils.mk [deleted file]
share/mk/configure/build-depends/coreutils/cat.mk [moved from share/mk/configure/build-depends/findutils.mk with 51% similarity]
share/mk/configure/build-depends/coreutils/cp.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/echo.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/expr.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/head.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/install.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/ln.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/mkdir.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/realpath.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/rm.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/sort.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/stat.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/tac.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/tail.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/test.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/touch.mk [new file with mode: 0644]
share/mk/configure/build-depends/coreutils/true.mk [new file with mode: 0644]
share/mk/configure/build-depends/cpp/cpp.mk [moved from share/mk/configure/build-depends/cpp.mk with 63% similarity]
share/mk/configure/build-depends/cppcheck/cppcheck.mk [moved from share/mk/configure/build-depends/cppcheck.mk with 80% similarity]
share/mk/configure/build-depends/cpplint/cpplint.mk [moved from share/mk/configure/build-depends/cpplint.mk with 76% similarity]
share/mk/configure/build-depends/diffoscope/diffoscope.mk [moved from share/mk/configure/build-depends/diffoscope.mk with 56% similarity]
share/mk/configure/build-depends/findutils/find.mk [new file with mode: 0644]
share/mk/configure/build-depends/findutils/xargs.mk [new file with mode: 0644]
share/mk/configure/build-depends/gcc/cc.mk [moved from share/mk/configure/build-depends/cc.mk with 77% similarity]
share/mk/configure/build-depends/git/git.mk [moved from share/mk/configure/build-depends/git.mk with 60% similarity]
share/mk/configure/build-depends/grep/grep.mk [moved from share/mk/configure/build-depends/grep.mk with 59% similarity]
share/mk/configure/build-depends/groff-base.mk [deleted file]
share/mk/configure/build-depends/groff-base/eqn.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/grops.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/grotty.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/nroff.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/pic.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/preconv.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/tbl.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff-base/troff.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff/gropdf.mk [new file with mode: 0644]
share/mk/configure/build-depends/groff/post-grohtml.mk [moved from share/mk/configure/build-depends/groff.mk with 57% similarity]
share/mk/configure/build-depends/gzip/gzip.mk [moved from share/mk/configure/build-depends/gzip.mk with 71% similarity]
share/mk/configure/build-depends/iwyu/iwyu.mk [moved from share/mk/configure/build-depends/iwyu.mk with 74% similarity]
share/mk/configure/build-depends/libc-bin/locale.mk [moved from share/mk/configure/build-depends/libc-bin.mk with 57% similarity]
share/mk/configure/build-depends/lzip/lzip.mk [moved from share/mk/configure/build-depends/lzip.mk with 71% similarity]
share/mk/configure/build-depends/man/man.mk [moved from share/mk/configure/build-depends/man.mk with 60% similarity]
share/mk/configure/build-depends/mandoc/mandoc.mk [moved from share/mk/configure/build-depends/mandoc.mk with 71% similarity]
share/mk/configure/build-depends/moreutils/sponge.mk [moved from share/mk/configure/build-depends/moreutils.mk with 56% similarity]
share/mk/configure/build-depends/pkgconf/pkgconf.mk [moved from share/mk/configure/build-depends/pkgconf.mk with 79% similarity]
share/mk/configure/build-depends/sed/sed.mk [moved from share/mk/configure/build-depends/sed.mk with 60% similarity]
share/mk/configure/build-depends/tar/tar.mk [moved from share/mk/configure/build-depends/tar.mk with 78% similarity]
share/mk/configure/build-depends/xz-utils/xz.mk [moved from share/mk/configure/build-depends/xz-utils.mk with 69% similarity]
share/mk/configure/version.mk
share/mk/dist/_.mk
share/mk/dist/check/_.mk
share/mk/dist/check/diffoscope.mk
share/mk/dist/check/dist.mk
share/mk/dist/check/tar.mk
share/mk/dist/files.mk
share/mk/dist/tar.mk
share/mk/dist/z.mk
share/mk/install/_.mk
share/mk/install/html.mk
share/mk/install/man.mk
share/mk/lint/c/checkpatch.mk
share/mk/lint/c/clang-tidy.mk
share/mk/lint/c/cppcheck.mk
share/mk/lint/c/cpplint.mk
share/mk/lint/c/iwyu.mk
share/mk/lint/man/mandoc.mk
share/mk/lint/man/tbl.mk
share/mk/lint/mdoc/mandoc.mk
share/mk/src.mk