summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-30 18:16:23 +0000
committerKarl Berry <karl@freefriends.org>2011-09-30 18:16:23 +0000
commit5a1f9d77f917c0302c0bfef9b45658a9d1ca83da (patch)
tree25c481dcb87e7bd06588e87b6647eb72c7864a20 /Build/source/texk/kpathsea/doc
parentbe62200a7e0420b4a11f6cbca5848f9ea5666c93 (diff)
new (biblio) formats .ris and .bltxml per philkime
git-svn-id: svn://tug.org/texlive/trunk@24156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/doc')
-rw-r--r--Build/source/texk/kpathsea/doc/kpathsea.info58
-rw-r--r--Build/source/texk/kpathsea/doc/kpathsea.texi4
2 files changed, 33 insertions, 29 deletions
diff --git a/Build/source/texk/kpathsea/doc/kpathsea.info b/Build/source/texk/kpathsea/doc/kpathsea.info
index 26e2ed72832..cf43bb35583 100644
--- a/Build/source/texk/kpathsea/doc/kpathsea.info
+++ b/Build/source/texk/kpathsea/doc/kpathsea.info
@@ -2607,6 +2607,8 @@ filename, and returns the first file found.
mlbib: .mlbib .bib
mlbst: .mlbst .bst
clua: .dll .so
+ ris: .ris
+ bltxml: .bltxml
This option and `--path' are mutually exclusive.
@@ -3606,28 +3608,28 @@ Index
(line 38)
* --help: Standard options. (line 8)
* --interactive: Path searching options.
- (line 118)
+ (line 120)
* --mktex=FILETYPE: Path searching options.
- (line 123)
+ (line 125)
* --mode=STRING: Path searching options.
- (line 129)
+ (line 131)
* --must-exist: Path searching options.
- (line 134)
+ (line 136)
* --no-mktex=FILETYPE: Path searching options.
- (line 123)
+ (line 125)
* --path=STRING: Path searching options.
- (line 139)
+ (line 141)
* --progname=NAME: Path searching options.
- (line 148)
+ (line 150)
* --safe-in-name=NAME: Path searching options.
- (line 154)
+ (line 156)
* --safe-out-name=NAME: Path searching options.
- (line 154)
+ (line 156)
* --show-path=NAME: Auxiliary tasks. (line 41)
* --srcdir, for building multiple architectures: configure scenarios.
(line 18)
* --subdir=STRING: Path searching options.
- (line 160)
+ (line 162)
* --var-value=VARIABLE: Auxiliary tasks. (line 12)
* --version: Standard options. (line 11)
* --with options: configure options. (line 16)
@@ -4100,7 +4102,7 @@ Index
* installation, simple: Simple installation. (line 6)
* installing files: Installing files. (line 6)
* interactive query: Path searching options.
- (line 118)
+ (line 120)
* interface, not frozen: Introduction. (line 27)
* introduction: Introduction. (line 6)
* kdebug:: Debugging. (line 105)
@@ -4740,22 +4742,22 @@ Node: Filename aliases100803
Node: Database format101981
Node: Invoking kpsewhich102994
Node: Path searching options103940
-Node: Specially-recognized files112111
-Node: Auxiliary tasks113467
-Node: Standard options115292
-Node: TeX support115648
-Node: Supported file formats116939
-Node: File lookup124493
-Node: Glyph lookup126242
-Node: Basic glyph lookup127366
-Node: Fontmap128245
-Node: Fallback font130862
-Node: Suppressing warnings131775
-Node: Programming132880
-Node: Programming overview133393
-Node: Calling sequence136087
-Node: Program-specific files142610
-Node: Programming with config files143633
-Node: Index144945
+Node: Specially-recognized files112157
+Node: Auxiliary tasks113513
+Node: Standard options115338
+Node: TeX support115694
+Node: Supported file formats116985
+Node: File lookup124539
+Node: Glyph lookup126288
+Node: Basic glyph lookup127412
+Node: Fontmap128291
+Node: Fallback font130908
+Node: Suppressing warnings131821
+Node: Programming132926
+Node: Programming overview133439
+Node: Calling sequence136133
+Node: Program-specific files142656
+Node: Programming with config files143679
+Node: Index144991

End Tag Table
diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi
index 14a97a6fdde..1ade291e716 100644
--- a/Build/source/texk/kpathsea/doc/kpathsea.texi
+++ b/Build/source/texk/kpathsea/doc/kpathsea.texi
@@ -3,7 +3,7 @@
@settitle Kpathsea: A library for path searching
@set version 6.0.1
-@set month-year April 2011
+@set month-year September 2011
@copying
This file documents the Kpathsea library for path searching.
@@ -1183,6 +1183,8 @@ cid maps: .cid .cidmap
mlbib: .mlbib .bib
mlbst: .mlbst .bst
clua: .dll .so
+ris: .ris
+bltxml: .bltxml
@end example
This option and @samp{--path} are mutually exclusive.