From 2161695b571b58b3d58c69ea0ddb8648ba0a73d3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 20 Oct 2014 16:43:39 +0200 Subject: [PATCH] Add doc/window titles. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a8eb43d..a3060bf 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ html/index.html: $(SRC) overview.html -quiet -notree -nodeprecated -nohelp \ -author -version -public \ -overview overview.html \ + -doctitle "Petite bibliothèque graphique" \ + -windowtitle "Petite bibliothèque graphique" \ -d html/ $(SRC) clean: -- 2.20.1