commit 81a9c2dfb627521d38f0df3fa1a35f0ef45050f2
parent 99e263d2af9e702d7809563db98ff011b9e752b7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 25 Aug 2025 16:45:59 +0200
Schiff & Solistce: cleaning up the man page hook
It retained traces of early experiments with the hook system, where a
"target" option could be passed to the script.
Diffstat:
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/schiff/hooks/01-generate-man.sh b/schiff/hooks/01-generate-man.sh
@@ -42,11 +42,6 @@ man2html() # output_filename
########################################################################
# The script
########################################################################
-if [ "$1" = "targets" ]; then
- targets
- exit 0
-fi
-
man_pages | while read -r i; do
filename="$(basename "${i}")"
section="${filename##*.}"
diff --git a/solstice/hooks/01-generate-man.sh b/solstice/hooks/01-generate-man.sh
@@ -42,11 +42,6 @@ man2html() # output_filename
########################################################################
# The script
########################################################################
-if [ "$1" = "targets" ]; then
- targets
- exit 0
-fi
-
man_pages | while read -r i; do
filename="$(basename "${i}")"
section="${filename##*.}"