aboutsummaryrefslogtreecommitdiffstats
path: root/man/man5
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-05-31 14:10:11 +0200
committerBrian Behlendorf <[email protected]>2021-06-09 14:34:47 -0700
commitb0f3e8a6ebe10a9098c7a984ae14c6fc9b0e0d7a (patch)
tree6bc821ff19ddf8e0259cb58b294ec70a5ef9c4c7 /man/man5
parent88af959b24301e6fb39ce6ae8b66bdb7e817c710 (diff)
man: use one Makefile, use OpenZFS for .Os
The prevailing style is to use either nothing, or the originating organisational umbrella (here: OpenZFS), and these aren't Linux manpages This also deduplicates the substitution code, and makes adding/removing sexions simpler in future Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12212
Diffstat (limited to 'man/man5')
-rw-r--r--man/man5/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am
deleted file mode 100644
index 9cbb2c08f..000000000
--- a/man/man5/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-dist_man_MANS = \
- vdev_id.conf.5 \
- zpool-features.5 \
- spl-module-parameters.5 \
- zfs-module-parameters.5 \
- zfs-events.5
-
-if BUILD_LINUX
-# The man pager in most Linux distros defaults to BSD instead of Linux
-# when .Os is blank, but leaving it blank makes things a lot easier on
-# FreeBSD when OpenZFS is vendored in the base system.
-install-data-hook:
- cd $(DESTDIR)$(mandir)/man5; \
- $(SED) ${ac_inplace} -e 's/^\.Os$$/.Os Linux/' \
- $(dist_man_MANS)
-endif