diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 10:45:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 10:45:59 (EDT) |
commit | 7d5bb275dbe5c80bcb743150b1ae4463bc708333 (patch) | |
tree | 0684899e35a7cc7749668205ca6303de67c1310b /man | |
parent | cc8ae3314f06138823ebdef6890b23da0f17cbc6 (diff) |
ob_touch_t_gmtime(): New function
Diffstat (limited to 'man')
-rw-r--r-- | man/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk index c04b83a..6e6d3a2 100644 --- a/man/local.mk +++ b/man/local.mk @@ -59,7 +59,8 @@ man3_MANS = \ %reldir%/ob_parse_dep.3 \ %reldir%/ob_reduce_deps.3 \ %reldir%/ob_rfc822_mktime.3 \ - %reldir%/ob_iso8601_gmtime.3 + %reldir%/ob_iso8601_gmtime.3 \ + %reldir%/ob_touch_t_gmtime.3 man7_sources = \ %reldir%/opkbuild.7in man7_MANS = $(man7_sources:.7in=.7) |