From 6f54e2d900e0a2977d23578b13c6d6cb0632042a Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 19 Feb 2021 12:06:59 +0100 Subject: include toc in about.html --- about.html | 20 ++++++++++++++++++++ makefile | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index 90db592..7562d1d 100644 --- a/about.html +++ b/about.html @@ -19,6 +19,26 @@

A Debian/Devuan service dedicated to Thinkpads X200

Robert Alessi

+

License and Disclamer

my-x200 - A Debian/Devuan service dedicated to Thinkpads X200 Copyright (C) 2021 Robert Alessi alessi@robertalessi.net

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

diff --git a/makefile b/makefile index 2157cfb..e5feedb 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ clean: rm -rf * cp -p -r .backup/* . rm -rf .backup - pandoc -s README.md -o about.html + pandoc --toc -s README.md -o about.html prepare: rm -rf $(pkgname)-$(pkgver) -- cgit v1.2.3