aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-02-03 20:49:14 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-02-03 20:49:14 +0100
commit71a32ce77a7db1b3bc1230ed908fd9c68ee9dfe8 (patch)
tree038b98be24818f23c9d886ae7e5480fa8364ce75 /doc
parent039a8ce9c56a327d3740134b455b8516bbabb253 (diff)
downloadlibgnunetchat-71a32ce77a7db1b3bc1230ed908fd9c68ee9dfe8.tar.gz
libgnunetchat-71a32ce77a7db1b3bc1230ed908fd9c68ee9dfe8.zip
Use meson as build system
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/generate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/generate.sh b/doc/generate.sh
new file mode 100644
index 0000000..27c94bf
--- /dev/null
+++ b/doc/generate.sh
@@ -0,0 +1,3 @@
1#!/bin/sh
2cd "${MESON_SOURCE_ROOT}"
3doxygen 'Doxyfile' \ No newline at end of file