diff options
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 f14ff64..14b4060 100644 --- a/man/local.mk +++ b/man/local.mk @@ -67,7 +67,8 @@ CLEANFILES += \ $(man1_MANS) \ $(man3_MANS) EXTRA_DIST += \ - $(man1_sources) + $(man1_sources) \ + $(man7_sources) man_subst = sed \ -e "s|[@]SOURCE[@]|$(PACKAGE_STRING)|g" \ |