From 0a7f6a2659b363e1d68202b9fd863b57f7420f4f Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Apr 2018 21:18:44 +0200 Subject: build: always add all prebuilt man pages to dist --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 219d843..f6a5ce3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -285,6 +285,9 @@ endif ## Build rules: man pages +# README: all the prebuilt manpages that are hidden behind --enable-* +# options should be added here, otherwise they may be not included +# in the distfiles. EXTRA_DIST += \ man/blogc.1.ronn \ man/blogc-git-receiver.1.ronn \ @@ -298,6 +301,7 @@ EXTRA_DIST += \ blogc-git-receiver.1 \ blogc-make.1 \ blogc-runserver.1 \ + blogcfile.5 \ $(NULL) dist_man_MANS = \ -- cgit v1.2.3-18-g5258