aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:39:15 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:39:15 +0300
commitd7cdc045b35907f76910b0a4392042bdaa4b56b0 (patch)
tree4084bbaf1e78783a361111e4662694bbc4d1606b
parent1e99979be9719703a32ea9a3b2afd2db3c644a85 (diff)
downloadrepository-d7cdc045b35907f76910b0a4392042bdaa4b56b0.tar.gz
man-pages: use clman
-rwxr-xr-xextra/man-pages/build5
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/man-pages/build b/extra/man-pages/build
index c8a2dc10..b6b2ba42 100755
--- a/extra/man-pages/build
+++ b/extra/man-pages/build
@@ -1,6 +1,3 @@
#!/bin/sh -e
-# Remove absolutely unnecessary 'install' flag from the Makefile.
-sed -i 's,-T,,' Makefile
-
-make prefix=/usr DESTDIR="$1" install
+find . -name '*.[1-8]' -exec clman -d "$1" {} +