diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:39:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:39:15 +0300 |
commit | d7cdc045b35907f76910b0a4392042bdaa4b56b0 (patch) | |
tree | 4084bbaf1e78783a361111e4662694bbc4d1606b /extra/man-pages | |
parent | 1e99979be9719703a32ea9a3b2afd2db3c644a85 (diff) | |
download | repository-d7cdc045b35907f76910b0a4392042bdaa4b56b0.tar.gz |
man-pages: use clman
Diffstat (limited to 'extra/man-pages')
-rwxr-xr-x | extra/man-pages/build | 5 |
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" {} + |