From 92d2f2df89a13215f4918793d669378bc85184b1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 22 May 2024 18:36:53 +0200 Subject: [PATCH] No longer include NEWS in index.html. It's not like the dss project saw lots of news lately, and the old news items only clutter the web page. This removes the last invocation of markdown(1), making the build independent of the discount converter. We keep maintaining the NEWS file in the repo, however. It's just no longer part of the web page. --- Makefile | 3 +-- index.html.m4 | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f462643..e6fd7e0 100644 --- a/Makefile +++ b/Makefile @@ -159,9 +159,8 @@ endef README: @printf '%s\n' "$(README)" -index.html: index.html.m4 Makefile NEWS +index.html: index.html.m4 Makefile $(call SAY, M4 $@) $(M4) $< > $@ - markdown NEWS >> $@ -include Makefile.local diff --git a/index.html.m4 b/index.html.m4 index 42ec52b..a413380 100644 --- a/index.html.m4 +++ b/index.html.m4 @@ -23,7 +23,6 @@ dnl SPDX-License-Identifier: GPL-2.0
[Installation] [Resources] - [News]

DESCRIPTION1()

@@ -58,6 +57,5 @@ dnl SPDX-License-Identifier: GPL-2.0
  • Contact: AUTHOR() <EMAIL()>
  • License: LICENSE()
  • -

    News

    - @NEWS@ + -- 2.39.5