From 1563331b1d8ac734e41a25f7c305c96859fcb662 Mon Sep 17 00:00:00 2001 From: Certseeds <51754303+Certseeds@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:55:10 +0000 Subject: [PATCH] fix: top_srcdir => abs_top_srcdir Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com> --- www/wand/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/wand/Makefile.am b/www/wand/Makefile.am index 812390184..b38452d4e 100644 --- a/www/wand/Makefile.am +++ b/www/wand/Makefile.am @@ -45,7 +45,7 @@ $(WWWWANDAPI_HTML_TARGETS) : $(FORMATCAPI) \ $(WWWWANDAPIDIR)/%.apirst : $(top_srcdir)/wand/%.c @printf "Updating $@ ...\n" - $(FORMATCAPI) --whatis-file $(APIWHATIS) --include-rst ../../www/api/api_hyperlinks.rst $< $@ + $(FORMATCAPI) --whatis-file $(APIWHATIS) --include-rst $(abs_top_srcdir)/www/api/api_hyperlinks.rst $< $@ $(WWWWANDAPIDIR)/%.html : $(WWWWANDAPIDIR)/%.apirst @printf "Updating $@ ...\n"