summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-04-23 15:55:32 +0200
committerAndras Timar <andras.timar@collabora.com>2020-04-23 19:36:06 +0200
commit25bc0a1088d308f30f1705df96b13d650114a357 (patch)
treea672ef444044b7b1d57b690fbea2fba17a2bdd3e /Makefile.am
parentc98d2d2b3dc522820672e2f71a0a72ce7c40e8ee (diff)
Proof: add loolwsd-generate-proof-key helper script
Change-Id: Ibbd99b6431b1a2992c520d3fad5f52d0770905f6 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92788 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dcbfbdcbb..521631dac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,13 +23,15 @@ else
bin_PROGRAMS += loolwsd
endif
-dist_bin_SCRIPTS = loolwsd-systemplate-setup
+dist_bin_SCRIPTS = loolwsd-systemplate-setup \
+ loolwsd-generate-proof-key
man_MANS = man/loolwsd.1 \
man/loolforkit.1 \
man/loolconvert.1 \
man/loolconfig.1 \
- man/loolwsd-systemplate-setup.1
+ man/loolwsd-systemplate-setup.1 \
+ man/loolwsd-generate-proof-key.1
dist_doc_DATA = wsd/README \
wsd/README.vars \