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/iproute2 | |
| parent | 393306274e1042368f586516cff41c0e222493cb (diff) | |
Compress man pages
Diffstat (limited to 'pkg/iproute2')
| -rw-r--r-- | pkg/iproute2/gen.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/iproute2/gen.rc b/pkg/iproute2/gen.rc index 2b27d2f5..1b2f2f20 100644 --- a/pkg/iproute2/gen.rc +++ b/pkg/iproute2/gen.rc @@ -42,11 +42,11 @@ man=(\ addrlabel fou gue l2tp macsec maddress monitor mroute neighbour\ netconf netns ntable rule tcp_metrics token tunnel xfrm\ )\ -) for(man in man/man8/$man.8) file share/$man '$srcdir'/$man 644 +) man -d man man8/$man.8 for(man in ip-address ip-link ip-route) { build '$outdir'/$man.8 sed '$srcdir'/man/man8/$man.8.in ; with\ expr s,@SYSCONFDIR@,/etc,g - file share/man/man8/$man.8 '$outdir'/$man.8 644 + man -d '$outdir' 8 $man.8 } fetch git |
