summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-15 20:44:32 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-15 20:44:32 (EDT)
commit431473c45813ba9beb15d123d119fcb1dcd0a97c (patch)
tree10bd1cecd0515aae7451e0de14428e8f08ff07cd /man
parent51ee91e36b78c224e1b11976a08f01923f6bb7dc (diff)
lib/time.sh: New file
Diffstat (limited to 'man')
-rw-r--r--man/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk
index f88baf3..7a47bdb 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -57,7 +57,9 @@ man3_MANS = \
%reldir%/ob_substvars.3 \
%reldir%/ob_parse_changelog.3 \
%reldir%/ob_parse_dep.3 \
- %reldir%/ob_reduce_deps.3
+ %reldir%/ob_reduce_deps.3 \
+ %reldir%/ob_rfc822_mktime.3 \
+ %reldir%/ob_iso8601_gmtime.3
man7_sources = \
%reldir%/opkbuild.7in
man7_MANS = $(man7_sources:.7in=.7)