challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit d12f2631c8943477613b9a7d88f75ff15823af91
parent 87480b8e73a67d116e78f210c768721d12710cba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  7 Mar 2024 11:38:40 +0100

bump

Diffstat:
Mdebian/challenger-httpd.install | 2++
Mdoc/Makefile.am | 6++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/debian/challenger-httpd.install b/debian/challenger-httpd.install @@ -10,5 +10,7 @@ usr/share/man/man1/challenger-admin.1 usr/share/man/man1/challenger-dbconfig.1 usr/share/man/man1/challenger-dbinit.1 usr/share/man/man1/challenger-httpd.1 +usr/share/info/challenger.info +usr/share/info/images/challenger.png debian/etc/* /etc/ diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -13,6 +13,12 @@ man_MANS = \ info_TEXINFOS = \ prebuilt/texinfo/challenger.texi +install-info-local: + @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/challenger-figures'"; \ + $(MKDIR_P) "$(DESTDIR)$(infodir)/challenger-figures" || exit 1; \ + echo " $(INSTALL_DATA) challenger.png '$(DESTDIR)$(infodir)/challenger-figures'"; \ + $(INSTALL_DATA) '$(srcdir)/prebuilt/texinfo/challenger-figures/challenger.png' "$(DESTDIR)$(infodir)/challenger-figures" || exit 1; + EXTRA_DIST = \ $(man_MANS) \ $(info_TEXINFOS) \