From 2824cbdcd6110d00f9d8c25c162a0a34ab347f5d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 7 Oct 2008 00:13:37 +0200 Subject: [PATCH] lys-to-tely: Use title as title for the whole manual (browser title bar) --- buildscripts/lys-to-tely.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/lys-to-tely.py b/buildscripts/lys-to-tely.py index d67af4775f..e74c714503 100755 --- a/buildscripts/lys-to-tely.py +++ b/buildscripts/lys-to-tely.py @@ -43,7 +43,7 @@ name = "ly-doc" title = "Ly Doc" template = '''\input texinfo @setfilename %%(name)s.info -@settitle %%(name)s +@settitle %%(title)s @documentencoding utf-8 @iftex -- 2.39.5