summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 11:32:51 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 11:32:51 (EDT)
commit780b2b00f6f141222e920b8740d24fddd1c038d0 (patch)
tree0e591f5d40963f30557edcc5d95d3ee39882d996 /man
parent4365f00c62aa9092b7f116f783ceafeec65d903f (diff)
man/local.mk: Build section-7 manual pages
Diffstat (limited to 'man')
-rw-r--r--man/local.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk
index d85a000..05faa5e 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -54,8 +54,11 @@ man3_MANS = \
%reldir%/ob_parse_changelog.3 \
%reldir%/ob_parse_dep.3 \
%reldir%/ob_reduce_deps.3
+man7_sources = \
+ %reldir%/opkbuild.7in
+man7_MANS = $(man7_sources:.7in=.7)
-SUFFIXES += .1in .1
+SUFFIXES += .1in .1 .7in .7
CLEANFILES += \
%reldir%/Tags \
$(man1_MANS) \
@@ -71,6 +74,9 @@ man_subst = sed \
.1in.1:
$(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"
$(AM_V_at)$(man_subst) $< >$@
+.7in.7:
+ $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"
+ $(AM_V_at)$(man_subst) $< >$@
$(man3_MANS): %reldir%/Tags