commit f0668d2ce060ddd6bdb6d1d18f3f874a42931584 parent f1d2ed93a76d5542387494711c7e6741bd3dd821 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 31 Oct 2020 10:09:34 +0100 update doxygen resources Diffstat:
| M | Makefile.am | | | 3 | ++- |
| M | contrib/microhttpd.tag | | | 6 | ++++++ |
| M | doc/doxygen/Makefile.am | | | 4 | +++- |
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am @@ -23,7 +23,8 @@ EXTRA_DIST = \ COPYING.AGPL \ COPYING.LGPL \ contrib/gnunet.tag \ - contrib/microhttpd.tag + contrib/microhttpd.tag \ + contrib/taler-exchange.tag app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag @@ -40,6 +40,12 @@ </member> <member kind="define"> <type>#define</type> + <name>MHD_HTTP_GONE</name> + <anchorfile>microhttpd.h</anchorfile> + <arglist></arglist> + </member> + <member kind="define"> + <type>#define</type> <name>MHD_HTTP_CONFLICT</name> <anchorfile>microhttpd.h</anchorfile> <arglist></arglist> diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am @@ -15,4 +15,6 @@ clean: rm -rf html EXTRA_DIST = \ - taler.doxy + taler.doxy \ + logo.svg +