]> git.tue.mpg.de Git - dss.git/commitdiff
No longer include NEWS in index.html.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 May 2024 16:36:53 +0000 (18:36 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 2 Jul 2024 16:52:03 +0000 (18:52 +0200)
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
index.html.m4

index f462643ad3571b467cf0c30715fbeb62422d74ec..e6fd7e061f213c14e94ab1eb8a884f3dc198f2a1 100644 (file)
--- 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
index 42ec52bc30fcb0ba1278686089e9c31f7e7d8f01..a41338039a192cbe126249a5787f4e91784f9a2a 100644 (file)
@@ -23,7 +23,6 @@ dnl SPDX-License-Identifier: GPL-2.0
        <hr>
        [<a href="`#'installation">Installation</a>]
        [<a href="`#'resources">Resources</a>]
-       [<a href="`#'news">News</a>]
        <hr>
 
        <p> DESCRIPTION1() </p>
@@ -58,6 +57,5 @@ dnl SPDX-License-Identifier: GPL-2.0
                <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
                <li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
        </ul>
-       <h2> <a name="news">News</a> </h2>
-       @NEWS@
+
 </body> </html>