Skip to content

Commit

Permalink
fix: top_srcdir => abs_top_srcdir
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <[email protected]>
  • Loading branch information
Certseeds committed Jan 9, 2025
1 parent 80d4a82 commit 1563331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/wand/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1563331

Please sign in to comment.