diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-04-04 21:18:44 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-04-04 21:18:44 +0200 |
commit | 0a7f6a2659b363e1d68202b9fd863b57f7420f4f (patch) | |
tree | fd1c57936829e13466636b1c6541376218b24bc5 | |
parent | a5ff8261502dd4196aa0fd263d1fef42eab05de0 (diff) | |
download | blogc-0a7f6a2659b363e1d68202b9fd863b57f7420f4f.tar.gz blogc-0a7f6a2659b363e1d68202b9fd863b57f7420f4f.tar.bz2 blogc-0a7f6a2659b363e1d68202b9fd863b57f7420f4f.zip |
build: always add all prebuilt man pages to dist
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 = \ |