commit: a4bb71486a6f9a857540b9494dd68de7774340fd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 18:23:25 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 18:23:25 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a4bb7148
Makefile: Fix verify-doc target
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index da579aa..36a73fd 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,8 @@ verify-doc: doc/genkernel.8.txt
sed -r \
-e 's,[[:space:]]*--(no-)?,,g' \
-e '/bootloader/s,=\(grub\|grub2\),,g' \
- -e '/microcode/s,\[\],,g' | \
+ -e '/microcode/s,=\(all\|amd\|intel\),,g' \
+ -e
'/ssh-host-keys/s,=\(create\|create-from-host\|runtime\),,g' | \
while read opt ; do \
regex="^*--(...no-...)?$$opt" ; \
if ! egrep -e "$$regex" $< -sq ; then \