From 2ed20c04cb6ba1d8a0e30bb578e7be0834ea5b1e Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 19 Dec 2009 15:42:51 +0000 Subject: [PATCH] Web build: set up example of online version links. --- Documentation/web.texi | 4 --- Documentation/web/manuals.itexi | 46 ++++++++++++++++++++++++--------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/Documentation/web.texi b/Documentation/web.texi index aaac6c5413..417b0ab988 100644 --- a/Documentation/web.texi +++ b/Documentation/web.texi @@ -16,10 +16,6 @@ @set web @include macros.itexi -@ifset web_version -foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo -@end ifset - @afourpaper @c don't remove this comment. diff --git a/Documentation/web/manuals.itexi b/Documentation/web/manuals.itexi index 5b8a868712..b592e1452b 100644 --- a/Documentation/web/manuals.itexi +++ b/Documentation/web/manuals.itexi @@ -161,7 +161,14 @@ and follow those cross-references for more information. @itemize -@item @rlearningnamed{Top,Learning}: +@c normal case, special online case +@ifclear web_version + @item @rlearningnamed{Top,Learning}: +@end ifclear +@ifset web_version + @c we assume that the online web version will be split html + @item @manualStableLearningSplit +@end ifset read this manual in the same format as this one. @end itemize @@ -171,17 +178,32 @@ read this manual in the same format as this one. @divClass{keep-bullets} @itemize -@item @uref{../learning/index.html, Learning (split HTML)}: -the manual is split between many HTML pages. -@*@ @ @emph{(small download for each page)} - -@item @uref{../learning-big-page.html, Learning (big HTML)}: -read this manual as one huge HTML page. -@*@ @ @emph{(large single download, 1.5 Mb)} - -@item @uref{../learning.pdf, learning.pdf}: -download as a PDF file. -@*@ @ @emph{(large single download, 3 Mb)} +@ifclear web_version + @item @uref{../learning/index.html, Learning (split HTML)}: +@end ifclear +@ifset web_version + @item @manualStableLearningSplit +@end ifset + the manual is split between many HTML pages. + @*@ @ @emph{(small download for each page)} + +@ifclear web_version + @item @uref{../learning-big-page.html, Learning (big HTML)}: +@end ifclear +@ifset web_version + @item @manualStableLearningBig +@end ifset + read this manual as one huge HTML page. + @*@ @ @emph{(large single download, 1.5 Mb)} + +@ifclear web_version + @item @uref{../learning.pdf, learning.pdf}: +@end ifclear +@ifset web_version + @item @manualStableLearningPdf +@end ifset + download as a PDF file. + @*@ @ @emph{(large single download, 3 Mb)} @c TODO: should make links to info? @c @item @uref{../TODO, learning.info}: -- 2.39.2