From bc3a8e65382af25a44049d1de8fa96647cd325e1 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 14 Sep 2023 13:43:25 -0400 Subject: Basic texinfo dash docset --- src/index.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.sh') diff --git a/src/index.sh b/src/index.sh index 0b6e693..7a1b60d 100755 --- a/src/index.sh +++ b/src/index.sh @@ -13,6 +13,7 @@ get_title() { pup -p -f "$FILE" 'title text{}' | \ tr -d \\n | \ + sed 's/(GNU[^)]*)$//' | \ sed 's/\"/\"\"/g' } -- cgit