aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:42:10 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:42:10 +0000
commit0f6125b4c2c778dbae114e5f26fe95d86257be2d (patch)
treeaa30fb578f25725490093a32f8f784424d091fb9 /makefile
parent66b683579143de15598c16695df72d1b224c2030 (diff)
downloadlout-0f6125b4c2c778dbae114e5f26fe95d86257be2d.tar.gz
Lout 3.38.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@45 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'makefile')
-rw-r--r--makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/makefile b/makefile
index d01bc22..6719211 100644
--- a/makefile
+++ b/makefile
@@ -229,26 +229,26 @@
# #
# (18) If the usual language at your site is not English, you might like to #
# now change the default value of the @InitialLanguage option on line #
-# 251 of file $(LOUTLIBDIR)/include/bsf. This will mean that by default #
-# the date and words like Chapter and July will appear in a different #
-# language, and hyphenation will be carried out according to patterns #
-# designed for that language. You can find the list of known languages #
-# in the User's Guide, or in file $(LOUTLIBDIR)/include/langdefs; if #
-# yours is not on the list, let me know and we can work together to #
-# add it. This has nothing to do with locales and USELOC. #
+# 265 (or thereabouts) of file $(LOUTLIBDIR)/include/bsf. This will #
+# mean that by default the date and words like Chapter and July will #
+# appear in a different language, and hyphenation will be carried out #
+# according to patterns designed for that language. You can find the #
+# list of known languages in file $(LOUTLIBDIR)/include/langdefs, or in #
+# the User's Guide; if yours is not there, let me know and we can work #
+# together to add it. This has nothing to do with locales and USELOC. #
# #
# (19) If the usual size of a piece of paper at your site is not A4, you #
# might like to now change the default value of the @PageType option #
-# on line 65 of file $(LOUTLIBDIR)/include/dsf: #
+# on line 65 (or thereabouts) of file $(LOUTLIBDIR)/include/dsf: #
# #
# named @PageType { A4 @OrIfPlain Other } #
# #
-# This is saying that the page type is to be A4 by default, unless #
-# plain text output is in effect (lout -p), in which case the page #
-# type is Other, which means that the page dimensions come from the #
-# @PageWidth and @PageHeight options. Just change the A4, not the rest. #
-# You can find the list of known page types, alternative to A4, in the #
-# User's Guide, or at line 738 in $(LOUTLIBDIR)/include/dsf. #
+# This says that the page type is to be A4 by default, unless plain #
+# text output is in effect (lout -p), in which case the page type is #
+# Other, which means that the page dimensions come from the @PageWidth #
+# and @PageHeight options. Just change the A4, not the rest. You can #
+# find the list of known page types, alternative to A4, in the User's #
+# Guide, or at line 764 (or thereabouts) in $(LOUTLIBDIR)/include/dsf. #
# #
# Mail jeff@it.usyd.edu.au if you have any problems. #
# #