aboutsummaryrefslogtreecommitdiffhomepage
path: root/x-symbol
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-01-23 11:07:13 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-01-23 11:07:13 +0000
commit5adef9176df1d34bd552f5fd6a603c2463c09c50 (patch)
tree0fbe868d54c47a2c285f336187082a586e003951 /x-symbol
parent3fb9ff219e2ed084f4219a6717e1c9ccb0d48852 (diff)
Version 4.5 (beta?) sent by CW, as a package distrib.
Diffstat (limited to 'x-symbol')
-rw-r--r--x-symbol/man/Makefile5
-rw-r--r--x-symbol/man/x-symbol.init13
2 files changed, 10 insertions, 8 deletions
diff --git a/x-symbol/man/Makefile b/x-symbol/man/Makefile
index 447e72cd..86a61610 100644
--- a/x-symbol/man/Makefile
+++ b/x-symbol/man/Makefile
@@ -82,11 +82,12 @@ html: index.html
index.html: x-symbol.texi x-symbol.init
$(TEXI2HTML) x-symbol.texi
-all: info ps html
+all: info ps pdf html
clean:
rm -f x-symbol x-symbol.aux x-symbol.cp* \
x-symbol.dvi x-symbol.fn* x-symbol.ky* \
- x-symbol.log x-symbol.pg* x-symbol.ps x-symbol.pdf \
+ x-symbol.log x-symbol.pg* x-symbol.ps \
+ x-symbol.texi-exp x-symbol.pdf \
x-symbol.toc x-symbol.tp x-symbol.tp \
x-symbol.vr* x-symbol.info* x-symbol*.html index.html
diff --git a/x-symbol/man/x-symbol.init b/x-symbol/man/x-symbol.init
index 646d9378..93447ada 100644
--- a/x-symbol/man/x-symbol.init
+++ b/x-symbol/man/x-symbol.init
@@ -26,7 +26,7 @@
$T2H_BODYTEXT = 'LANG="' . $T2H_LANG . '"';
$T2H_SPLIT_INDEX = 10000; # one file for index
-$T2H_WORDS_IN_PAGE = 10; # always use navigation at bottom
+$T2H_WORDS_IN_PAGE = 0; # always use navigation at bottom
$T2H_EXTRA_HEAD = '<link rel="StyleSheet" href="x-symbol.css">';
$T2H_SMALL_FONT_SIZE = 'smaller';
@@ -61,11 +61,12 @@ sub T2H_XSYMB_Top_footer
my $fh = shift;
print $fh '<p class=print>
To <strong>print</strong> out the manual, you might want to download
-<a href="x-symbol.pdf.gz">the PDF version</a> or
-<a href="x-symbol.ps.gz">the Postscript version</a> (both in A4 format,
-zipped)</a>. Other formats can be produced from the TeXinfo source in
-the distribution of X-Symbol.';
- T2H_DEFAULT_Top_footer;
+<a href="x-symbol.pdf">the PDF version (~735k)</a> or
+<a href="x-symbol.ps">the Postscript version (~720k)</a>, both in
+A4 format</a>. Other formats can be produced from the TeXinfo source
+in the distribution of X-Symbol.';
+
+ T2H_DEFAULT_print_Top_footer($fh);
}
$to_skip{'detailmenu'} = 0;