From 9a0f205b1e1e31ec65e71f8ecb6805ace0ce22ce Mon Sep 17 00:00:00 2001
From: Florian Fischer <florian.fl.fischer@fau.de>
Date: Mon, 23 Nov 2020 10:51:09 +0100
Subject: [PATCH] [docs] rename doc target from speedymalloc to emper

---
 doc/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/meson.build b/doc/meson.build
index c7710b82..19a63232 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -21,7 +21,7 @@ doxyfile = configure_file(input: 'Doxyfile.in',
 						 )
 
 if doxygen.found()
-  custom_target('speedymalloc-doc-html',
+  custom_target('emper-doc-html',
 				input: doxyfile,
 				output: 'html',
 				command: [doxygen, doxyfile],
-- 
GitLab