From: Maria Matejka Date: Wed, 24 Dec 2025 18:24:11 +0000 (+0100) Subject: Doc: Unfix the stable release version in singlepage doc build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fbird.git Doc: Unfix the stable release version in singlepage doc build --- diff --git a/doc/Makefile b/doc/Makefile index 57844f2e7..12471f844 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -36,7 +36,7 @@ $(o)%.md: $(o)%.sgml $(LINUXDOC_PANDOC_PARSER) $(objdir)/.dir-stamp $(PANDOC) -f $(LINUXDOC_PANDOC_PARSER) -s -t markdown -o $@ $< $(o)%-singlepage.html: $(o)%.sgml $(SINGLEPAGE_HTML_TEMPLATE) $(LINUXDOC_PANDOC_PARSER) $(objdir)/.dir-stamp - $(PANDOC) -f $(LINUXDOC_PANDOC_PARSER) -t html5 --shift-heading-level-by=1 --section-divs --table-of-contents --toc-depth=3 -M bird_version="2.17" --template=$(SINGLEPAGE_HTML_TEMPLATE) -o $@ $< + $(PANDOC) -f $(LINUXDOC_PANDOC_PARSER) -t html5 --shift-heading-level-by=1 --section-divs --table-of-contents --toc-depth=3 -M bird_version="$(VERSION)" --template=$(SINGLEPAGE_HTML_TEMPLATE) -o $@ $< endif