diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 13:00:20 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 13:01:03 (EST) |
commit | 46e3bb8b07721d299b8a5d0487bcfd88cd7b9f2d (patch) | |
tree | 10b141c3697614e2d7b6993732cb125dc3cea70f /man | |
parent | 7af5c9f70f64f9aa879a078687589771442505dd (diff) |
man/local.mk: Add man/Tags to CLEANFILES
Diffstat (limited to 'man')
-rw-r--r-- | man/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/local.mk b/man/local.mk index 7c75a77..5625b2e 100644 --- a/man/local.mk +++ b/man/local.mk @@ -14,6 +14,8 @@ man3_MANS = \ %reldir%/ob_parse_changelog.3 \ %reldir%/ob_parse_dep.3 +CLEANFILES += %reldir%/Tags + $(man3_MANS): %reldir%/Tags %reldir%/Tags: $(libopkbuild_sources) $(EXTRA_libopkbuild_sources) |