aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-19 12:06:59 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-19 12:06:59 +0100
commit6f54e2d900e0a2977d23578b13c6d6cb0632042a (patch)
tree4089fcec49ea1125496e34fdccfb9cdc1475fd74
parentb09afbb7fe8ecb3815682c58a595183a9b97347e (diff)
downloadmy-x200-6f54e2d900e0a2977d23578b13c6d6cb0632042a.tar.gz
include toc in about.html
-rw-r--r--about.html20
-rw-r--r--makefile2
2 files changed, 21 insertions, 1 deletions
diff --git a/about.html b/about.html
index 90db592..7562d1d 100644
--- a/about.html
+++ b/about.html
@@ -19,6 +19,26 @@
19<p class="subtitle">A Debian/Devuan service dedicated to Thinkpads X200</p> 19<p class="subtitle">A Debian/Devuan service dedicated to Thinkpads X200</p>
20<p class="author">Robert Alessi</p> 20<p class="author">Robert Alessi</p>
21</header> 21</header>
22<nav id="TOC">
23<ul>
24<li><a href="#license-and-disclamer">License and Disclamer</a></li>
25<li><a href="#overview">Overview</a></li>
26<li><a href="#installation">Installation</a></li>
27<li><a href="#configuration">Configuration</a><ul>
28<li><a href="#noise-removal">Noise Removal</a></li>
29<li><a href="#privacy-settings">Privacy Settings</a></li>
30<li><a href="#backup">Backup</a></li>
31<li><a href="#recommended-settings">Recommended Settings</a><ul>
32<li><a href="#wpa_supplicant"><code>wpa_supplicant</code></a></li>
33<li><a href="#dhcpcd"><code>dhcpcd</code></a></li>
34<li><a href="#etcnetworkinterfaces"><code>/etc/network/interfaces</code></a></li>
35</ul></li>
36<li><a href="#do-not-use">Do Not Use</a></li>
37</ul></li>
38<li><a href="#usage">Usage</a></li>
39<li><a href="#further-information">Further Information</a></li>
40</ul>
41</nav>
22<h1 id="license-and-disclamer">License and Disclamer</h1> 42<h1 id="license-and-disclamer">License and Disclamer</h1>
23<p><code>my-x200</code> - A Debian/Devuan service dedicated to Thinkpads X200 Copyright (C) 2021 Robert Alessi <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p> 43<p><code>my-x200</code> - A Debian/Devuan service dedicated to Thinkpads X200 Copyright (C) 2021 Robert Alessi <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p>
24<p>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.</p> 44<p>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.</p>
diff --git a/makefile b/makefile
index 2157cfb..e5feedb 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ clean:
16 rm -rf * 16 rm -rf *
17 cp -p -r .backup/* . 17 cp -p -r .backup/* .
18 rm -rf .backup 18 rm -rf .backup
19 pandoc -s README.md -o about.html 19 pandoc --toc -s README.md -o about.html
20 20
21prepare: 21prepare:
22 rm -rf $(pkgname)-$(pkgver) 22 rm -rf $(pkgname)-$(pkgver)