From b63941871b2cd94508df67fcd678d9880d5146da Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Sat, 23 Aug 2008 17:08:02 +0200
Subject: [PATCH] Doc/texi2html: For big-page link to ../bibliography instead
 of ../../bibliography

---
 Documentation/user/literature.itely | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/user/literature.itely b/Documentation/user/literature.itely
index b1e9c39301..52b60eee37 100644
--- a/Documentation/user/literature.itely
+++ b/Documentation/user/literature.itely
@@ -71,7 +71,12 @@ practices.
 The source archive includes a more elaborate Bib@TeX{} bibliography of
 over 100 entries in
 @ifhtml
+@ifset bigpage
+@uref{../bibliography/index.html, the bibliography}.
+@end ifset
+@ifclear bigpage
 @uref{../../bibliography/index.html, the bibliography}.
+@end ifclear
 @end ifhtml
 @ifnothtml
 @file{Documentation/@/bibliography/}.
-- 
2.39.5