From ab67825754e4da69a5449ae5534a20d6a6ecd30d Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Sat, 23 Nov 2024 18:39:57 +0100 Subject: [PATCH] make: Update DB.make for markdown support (#4742) Co-authored-by: Markus Neteler --- include/Make/DB.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Make/DB.make b/include/Make/DB.make index a8ed51536f3..797da921ee5 100644 --- a/include/Make/DB.make +++ b/include/Make/DB.make @@ -10,7 +10,7 @@ include $(MODULE_TOPDIR)/include/Make/Compile.make dbmi: $(DBDRIVERDIR)/$(PGM)$(EXE) db_html -db_html: $(HTMLDIR)/grass-$(PGM).html $(MANDIR)/grass-$(PGM).$(MANSECT) +db_html: $(HTMLDIR)/grass-$(PGM).html $(MANDIR)/grass-$(PGM).$(MANSECT) # $(MDDIR)/source/grass-$(PGM).md $(DBDRIVERDIR)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES) $(call linker)