diff --git a/doc/meson.build b/doc/meson.build
index c7710b829546eccfa3a8be09482206be587f067a..19a632325a92c5fd9196a874875cab0d0a55a7e2 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],