sync

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

commit 6fe737e72e2ff22985850bcfe52f77cacf214f30
parent ec06f9f27d392ea27afbb248782eb0c43d05eef3
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 12 Apr 2026 14:14:54 +0200

doc: fix doxygen

Diffstat:
Adoc/doxygen/Makefile | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/doc/doxygen/Makefile b/doc/doxygen/Makefile @@ -0,0 +1,15 @@ +# This Makefile.am is in the public domain +all: + echo -e \ +"Generate documentation:\n" \ +"\tmake full - full documentation with dependency graphs (slow)\n" \ +"\tmake fast - fast mode without dependency graphs" + +full: sync.doxy + doxygen $< + +fast: sync.doxy + sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen - + +clean: + rm -rf html