sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 667290c82418b63e258fb61da0d51db429b8665b
parent 1ff8a42a7f42ad8f875be581e6c1d7385e5ba811
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 23 Dec 2021 02:58:08 -0500

Distribute and install Sync manpages

* doc/Makefile.am (man_MANS, EXTRA_DIST): New vars.

Diffstat:
Mdoc/Makefile.am | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1,3 +1,12 @@ # This Makefile is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = . + +man_MANS = \ + prebuilt/man/sync-config.1 \ + prebuilt/man/sync-dbinit.1 \ + prebuilt/man/sync-httpd.1 \ + prebuilt/man/sync.conf.5 + +EXTRA_DIST = \ + $(man_MANS)