aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-20 10:27:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-20 10:27:23 +0000
commitb760de969123c46ed6be801fa916ab51f2e2a3fc (patch)
tree7e2887fed7fcef7721b7f5ea49bc65f062108e5b /share/man/man7/Makefile
parente562f8fb2810099cbb197b68d81f77aa0c19cd53 (diff)
downloadsrc-b760de969123c46ed6be801fa916ab51f2e2a3fc.tar.gz
src-b760de969123c46ed6be801fa916ab51f2e2a3fc.zip
Use a single style for share/man/ makefiles:
- Sort MAN and MLINKS in "dictionary" order ignoring case. - For multi-value MAN and multi-pair MLINKS, put each value/pair on its own line, for easier sorting and so that further diffs are easier to see.
Notes
Notes: svn path=/head/; revision=124747
Diffstat (limited to 'share/man/man7/Makefile')
-rw-r--r--share/man/man7/Makefile25
1 files changed, 21 insertions, 4 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 8ccb163e4eb5..82240442bccf 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -2,10 +2,27 @@
# $FreeBSD$
#MISSING: eqnchar.7 ms.7 term.7
-MAN= ascii.7 build.7 clocks.7 development.7 environ.7 firewall.7 \
- ffs.7 hier.7 hostname.7 intro.7 maclabel.7 mailaddr.7 \
- operator.7 ports.7 release.7 sdoc.7 security.7 sprog.7 \
- stdint.7 tuning.7
+MAN= ascii.7 \
+ build.7 \
+ clocks.7 \
+ development.7 \
+ environ.7 \
+ ffs.7 \
+ firewall.7 \
+ hier.7 \
+ hostname.7 \
+ intro.7 \
+ maclabel.7 \
+ mailaddr.7 \
+ operator.7 \
+ ports.7 \
+ release.7 \
+ sdoc.7 \
+ security.7 \
+ sprog.7 \
+ stdint.7 \
+ tuning.7
+
MLINKS= intro.7 miscellaneous.7
.include <bsd.prog.mk>