summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-14 12:46:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-14 12:46:52 +0000
commitd6b74aa0480e121e87775225221c87cb476f2b3f (patch)
tree0307ec89fdf551a50d45d753508504e996de7757 /Build/source
parent2e0ead66d355722c5da7bdeb15809d723ff374c0 (diff)
texlive.info: Fixed some typos
git-svn-id: svn://tug.org/texlive/trunk@32409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/ChangeLog4
-rw-r--r--Build/source/doc/build.texi6
-rw-r--r--Build/source/doc/texlive.info34
-rw-r--r--Build/source/texk/texlive/linked_scripts/scripts.lst1
4 files changed, 25 insertions, 20 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
index 498d4c9041b..86630dd4cda 100644
--- a/Build/source/ChangeLog
+++ b/Build/source/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-14 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * doc/build.texi: Fixed some typos.
+
2013-10-08 Peter Breitenlohner <peb@mppmu.mpg.de>
* doc: New directory for texlive.info & Co.
diff --git a/Build/source/doc/build.texi b/Build/source/doc/build.texi
index 4f5304247db..514c8ebb98b 100644
--- a/Build/source/doc/build.texi
+++ b/Build/source/doc/build.texi
@@ -329,7 +329,7 @@ here or @file{xz} required by the @TL{} installer.
@c The ARG is an optional argument. To be used for macro arguments in
@c their documentation (@defmac).
@macro ovar{varname}
-@r{[}@var{\varname\}@r{]}@c
+@r{[}@var{\varname\}@r{]}
@end macro
@c @dvar(ARG, DEFAULT)
@@ -337,7 +337,7 @@ here or @file{xz} required by the @TL{} installer.
@c The ARG is an optional argument, defaulting to DEFAULT. To be used
@c for macro arguments in their documentation (@defmac).
@macro dvar{varname, default}
-@r{[}@var{\varname\} = @samp{\default\}@r{]}@c
+@r{[}@var{\varname\} = @samp{\default\}@r{]}
@end macro
Here we describe Autoconf macros used for several modules. They are
@@ -589,7 +589,7 @@ few generated files and auxiliary scripts are removed from the distributed
source tree. The public headers @file{png.h}, @file{pngconf.h}, and
@file{pnglibconf.h} are 'installed' (as symlinks) under @file{include/} in
the build tree exactly as they are for a system version under, e.g.,
-@file{usr/include/}.
+@file{/usr/include/}.
The module is supplemented by the file @file{m4/kpse-libpng-flags.m4} that
defines the @code{M4} macro @code{KPSE_LIBPNG_FLAGS} used by all modules
diff --git a/Build/source/doc/texlive.info b/Build/source/doc/texlive.info
index dc896d67bfa..7d38349bf95 100644
--- a/Build/source/doc/texlive.info
+++ b/Build/source/doc/texlive.info
@@ -423,7 +423,7 @@ common to all generic library and utility program modules, whereas the
TeX specific library and program modules use 'KPSE_COMMON' to perform
additional checks.
- -- Macro: KPSE_BASIC (NAME, [MORE-OPTIONS]
+ -- Macro: KPSE_BASIC (NAME, [MORE-OPTIONS])
Initialize the basic TeX Live infrastructure for module NAME:
'AM_INIT_AUTOMAKE([foreign MORE-OPTIONS])'
@@ -431,7 +431,7 @@ additional checks.
'KPSE_COMPILER_WARNINGS'
and make sure the C compiler understands function prototypes.
- -- Macro: KPSE_COMMON (NAME, [MORE-OPTIONS]
+ -- Macro: KPSE_COMMON (NAME, [MORE-OPTIONS])
Like 'KPSE_BASIC' but add:
'LT_PREREQ([2.2.6])'
@@ -499,7 +499,7 @@ additional checks.
2.3.2.4 Library Functions
.........................
- -- Macro: KPSE_LARGEFILE (VARIABLE, [EXTRA-DEFINE]
+ -- Macro: KPSE_LARGEFILE (VARIABLE, [EXTRA-DEFINE])
Call 'AC_SYS_LARGEFILE' and 'AC_FUNC_FSEEKO' and append suitable
'-D' flags (optionally including '-DEXTRA-DEFINE') to VARIABLE.
@@ -637,7 +637,7 @@ few generated files and auxiliary scripts are removed from the
distributed source tree. The public headers 'png.h', 'pngconf.h', and
'pnglibconf.h' are 'installed' (as symlinks) under 'include/' in the
build tree exactly as they are for a system version under, e.g.,
-'usr/include/'.
+'/usr/include/'.
The module is supplemented by the file 'm4/kpse-libpng-flags.m4' that
defines the 'M4' macro 'KPSE_LIBPNG_FLAGS' used by all modules depending
@@ -1504,18 +1504,18 @@ Node: Building and Installing6304
Node: Source Tree13505
Node: Top Levels15513
Node: Autoconf Macros17108
-Node: Library Modules23415
-Node: Program Modules27672
-Node: Extending30739
-Node: Configure Options34697
-Node: Global Options36201
-Node: Program Specific Options40501
-Node: Library Specific Options45799
-Node: Variable Assignments47712
-Node: Cross Compilation50238
-Node: Configuring51277
-Node: Problems52945
-Node: Coding Rules54610
-Node: Index59016
+Node: Library Modules23418
+Node: Program Modules27676
+Node: Extending30743
+Node: Configure Options34701
+Node: Global Options36205
+Node: Program Specific Options40505
+Node: Library Specific Options45803
+Node: Variable Assignments47716
+Node: Cross Compilation50242
+Node: Configuring51281
+Node: Problems52949
+Node: Coding Rules54614
+Node: Index59020

End Tag Table
diff --git a/Build/source/texk/texlive/linked_scripts/scripts.lst b/Build/source/texk/texlive/linked_scripts/scripts.lst
index 3af7edd4b5a..d61415314c8 100644
--- a/Build/source/texk/texlive/linked_scripts/scripts.lst
+++ b/Build/source/texk/texlive/linked_scripts/scripts.lst
@@ -90,6 +90,7 @@ pfarrei/a5toa4.tlu
pkfix/pkfix.pl
pkfix-helper/pkfix-helper
pmx/pmx2pdf.lua
+pmxchords/pmxchords.lua
pst2pdf/pst2pdf.pl
ptex2pdf/ptex2pdf.lua
purifyeps/purifyeps