From 0f06b8820aaefdcc422ba06640a1cf12528eb2ff Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Fri, 22 Nov 2024 23:11:21 +0100 Subject: [PATCH 1/2] fix DB.make for markdown support --- 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..c53e6e43030 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: $(MDDIR)/source/grass-$(PGM).md $(HTMLDIR)/grass-$(PGM).html $(MANDIR)/grass-$(PGM).$(MANSECT) $(DBDRIVERDIR)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES) $(call linker) From 92b7d7a107fa7e964d3df7f464169d262baf4988 Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Sat, 23 Nov 2024 15:52:33 +0100 Subject: [PATCH 2/2] disable markdown rule --- 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 c53e6e43030..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: $(MDDIR)/source/grass-$(PGM).md $(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)