From f11f3179cc5033872e94c41f9a5065cd996fb28d Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 8 Aug 2023 00:28:36 +0000 Subject: [PATCH] list of packages with manpages generated by manpage-writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9439 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/manpage-writer/using-list.txt | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 sandbox/manpage-writer/using-list.txt diff --git a/sandbox/manpage-writer/using-list.txt b/sandbox/manpage-writer/using-list.txt new file mode 100644 index 000000000..46bc201ca --- /dev/null +++ b/sandbox/manpage-writer/using-list.txt @@ -0,0 +1,37 @@ +List of projects using the manpage-writer to generate their man-pages. + +Use for sanity checks from time to time. + +Find with :: + + for F in $(zgrep rst2man /usr/share/man/man1/*|cut -d: -f1|uniq) ; do dpkg -S $F ; done | cut -d: -f1 |sort|uniq + +Also search other man-directories:: + + alsa-utils + bind9-dnsutils + bind9-host + bluez + btrfs-progs + ghc + init-system-helpers + libgdk-pixbuf2.0-bin + libgtk-4-bin + mpv + pdfposter + pipewire-bin + pipewire-pulse + proj-bin + python3-minimal + python3-mutagen + python3-pip + sddm + snapd + texlive-latex-extra + texlive-luatex + + manpages: /usr/share/man/man7/bpf-helpers.7.gz + + + + -- 2.11.4.GIT