diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-18 16:28:38 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-19 00:05:57 -0800 |
| commit | 2420bcc6b191d1db5d324a4b4dd597da25843338 (patch) | |
| tree | 895d2fc168ff855a1dac3b77ecdd91f1cf84cc88 /pkg/file | |
| parent | 393306274e1042368f586516cff41c0e222493cb (diff) | |
Compress man pages
Diffstat (limited to 'pkg/file')
| -rw-r--r-- | pkg/file/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/file/gen.rc b/pkg/file/gen.rc index 005f28cc..8afdb9db 100644 --- a/pkg/file/gen.rc +++ b/pkg/file/gen.rc @@ -45,7 +45,7 @@ lib libmagic.a -d '$dir'/deps src/^(\ exe file -d '$dir'/headers src/file.c libmagic.a '$builddir/pkg/zlib/libz.a' file bin/file '$outdir'/file 755 -file share/man/man1/file.1 '$outdir'/file.1 644 +man -d '$outdir' 1 file.1 srcs=`{grep -v '^#' magic.txt} for(src in $srcs) build '$outdir'/magic/$src copy '$srcdir'/magic/Magdir/$src |
