summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/user-commands
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/user-commands')
-rw-r--r--Build/source/utils/xindy/user-commands/Makefile.am20
-rw-r--r--Build/source/utils/xindy/user-commands/Makefile.in44
-rw-r--r--Build/source/utils/xindy/user-commands/texindy.163
-rw-r--r--Build/source/utils/xindy/user-commands/xindy.141
4 files changed, 90 insertions, 78 deletions
diff --git a/Build/source/utils/xindy/user-commands/Makefile.am b/Build/source/utils/xindy/user-commands/Makefile.am
index 47a09347bbc..85c2188144c 100644
--- a/Build/source/utils/xindy/user-commands/Makefile.am
+++ b/Build/source/utils/xindy/user-commands/Makefile.am
@@ -22,16 +22,16 @@
if TETEX_BUILD
install-exec-hook: xindy
- $(MKDIR_P) "$(prefix)/texmf/scripts/xindy"
- -rm -f $(bindir)/xindy $(bindir)/texindy
- $(INSTALL_SCRIPT) xindy $(prefix)/texmf/scripts/xindy/xindy.pl
- $(INSTALL_SCRIPT) $(srcdir)/texindy $(prefix)/texmf/scripts/xindy/texindy.pl
- if test -d "$(bindir)/../../texmf/scripts/xindy"; then \
- ln -s ../../texmf/scripts/xindy/xindy.pl $(bindir)/xindy; \
- ln -s ../../texmf/scripts/xindy/texindy.pl $(bindir)/texindy; \
- elif test -d "$(bindir)/../texmf/scripts/xindy"; then \
- ln -s ../texmf/scripts/xindy/xindy.pl $(bindir)/xindy; \
- ln -s ../texmf/scripts/xindy/texindy.pl $(bindir)/texindy; \
+ $(MKDIR_P) "$(DESTDIR)$(prefix)/texmf/scripts/xindy"
+ -rm -f $(DESTDIR)$(bindir)/xindy $(DESTDIR)$(bindir)/texindy
+ $(INSTALL_SCRIPT) xindy $(DESTDIR)$(prefix)/texmf/scripts/xindy/xindy.pl
+ $(INSTALL_SCRIPT) $(srcdir)/texindy $(DESTDIR)$(prefix)/texmf/scripts/xindy/texindy.pl
+ if test -d "$(DESTDIR)$(bindir)/../../texmf/scripts/xindy"; then \
+ ln -s ../../texmf/scripts/xindy/xindy.pl $(DESTDIR)$(bindir)/xindy; \
+ ln -s ../../texmf/scripts/xindy/texindy.pl $(DESTDIR)$(bindir)/texindy; \
+ elif test -d "$(DESTDIR)$(bindir)/../texmf/scripts/xindy"; then \
+ ln -s ../texmf/scripts/xindy/xindy.pl $(DESTDIR)$(bindir)/xindy; \
+ ln -s ../texmf/scripts/xindy/texindy.pl $(DESTDIR)$(bindir)/texindy; \
else \
echo "Error: texmf/scripts/xindy directory not found" >&2; \
exit 1; \
diff --git a/Build/source/utils/xindy/user-commands/Makefile.in b/Build/source/utils/xindy/user-commands/Makefile.in
index 33d626f5845..be85affee44 100644
--- a/Build/source/utils/xindy/user-commands/Makefile.in
+++ b/Build/source/utils/xindy/user-commands/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -36,7 +36,8 @@ subdir = user-commands
DIST_COMMON = $(am__dist_bin_SCRIPTS_DIST) $(dist_noinst_SCRIPTS) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ac_prog_latex.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
+ $(top_srcdir)/m4/ac_prog_latex.m4 \
$(top_srcdir)/m4/ac_prog_pdflatex.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -155,6 +156,7 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
@TETEX_BUILD_FALSE@bin_SCRIPTS = xindy
@@ -174,8 +176,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
@@ -237,19 +239,19 @@ uninstall-dist_binSCRIPTS:
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
rm -f "$(DESTDIR)$(bindir)/$$f"; \
done
-install-man1: $(man1_MANS) $(man_MANS)
+install-man1: $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+ @list=''; \
+ l2='$(man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
- if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
- else file=$$i; fi; \
+ if test -f $$i; then file=$$i; \
+ else file=$(srcdir)/$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
@@ -263,8 +265,8 @@ install-man1: $(man1_MANS) $(man_MANS)
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+ @list=''; \
+ l2='$(man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
@@ -424,16 +426,16 @@ uninstall-man: uninstall-man1
@TETEX_BUILD_TRUE@install-exec-hook: xindy
-@TETEX_BUILD_TRUE@ $(MKDIR_P) "$(prefix)/texmf/scripts/xindy"
-@TETEX_BUILD_TRUE@ -rm -f $(bindir)/xindy $(bindir)/texindy
-@TETEX_BUILD_TRUE@ $(INSTALL_SCRIPT) xindy $(prefix)/texmf/scripts/xindy/xindy.pl
-@TETEX_BUILD_TRUE@ $(INSTALL_SCRIPT) $(srcdir)/texindy $(prefix)/texmf/scripts/xindy/texindy.pl
-@TETEX_BUILD_TRUE@ if test -d "$(bindir)/../../texmf/scripts/xindy"; then \
-@TETEX_BUILD_TRUE@ ln -s ../../texmf/scripts/xindy/xindy.pl $(bindir)/xindy; \
-@TETEX_BUILD_TRUE@ ln -s ../../texmf/scripts/xindy/texindy.pl $(bindir)/texindy; \
-@TETEX_BUILD_TRUE@ elif test -d "$(bindir)/../texmf/scripts/xindy"; then \
-@TETEX_BUILD_TRUE@ ln -s ../texmf/scripts/xindy/xindy.pl $(bindir)/xindy; \
-@TETEX_BUILD_TRUE@ ln -s ../texmf/scripts/xindy/texindy.pl $(bindir)/texindy; \
+@TETEX_BUILD_TRUE@ $(MKDIR_P) "$(DESTDIR)$(prefix)/texmf/scripts/xindy"
+@TETEX_BUILD_TRUE@ -rm -f $(DESTDIR)$(bindir)/xindy $(DESTDIR)$(bindir)/texindy
+@TETEX_BUILD_TRUE@ $(INSTALL_SCRIPT) xindy $(DESTDIR)$(prefix)/texmf/scripts/xindy/xindy.pl
+@TETEX_BUILD_TRUE@ $(INSTALL_SCRIPT) $(srcdir)/texindy $(DESTDIR)$(prefix)/texmf/scripts/xindy/texindy.pl
+@TETEX_BUILD_TRUE@ if test -d "$(DESTDIR)$(bindir)/../../texmf/scripts/xindy"; then \
+@TETEX_BUILD_TRUE@ ln -s ../../texmf/scripts/xindy/xindy.pl $(DESTDIR)$(bindir)/xindy; \
+@TETEX_BUILD_TRUE@ ln -s ../../texmf/scripts/xindy/texindy.pl $(DESTDIR)$(bindir)/texindy; \
+@TETEX_BUILD_TRUE@ elif test -d "$(DESTDIR)$(bindir)/../texmf/scripts/xindy"; then \
+@TETEX_BUILD_TRUE@ ln -s ../texmf/scripts/xindy/xindy.pl $(DESTDIR)$(bindir)/xindy; \
+@TETEX_BUILD_TRUE@ ln -s ../texmf/scripts/xindy/texindy.pl $(DESTDIR)$(bindir)/texindy; \
@TETEX_BUILD_TRUE@ else \
@TETEX_BUILD_TRUE@ echo "Error: texmf/scripts/xindy directory not found" >&2; \
@TETEX_BUILD_TRUE@ exit 1; \
diff --git a/Build/source/utils/xindy/user-commands/texindy.1 b/Build/source/utils/xindy/user-commands/texindy.1
index 33fbdaef2c8..7b708c1012b 100644
--- a/Build/source/utils/xindy/user-commands/texindy.1
+++ b/Build/source/utils/xindy/user-commands/texindy.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -48,22 +48,25 @@
. ds R" ''
'br\}
.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\"
.\" If the F register is turned on, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
-.if \nF \{\
+.ie \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
-.\"
-.\" For nroff, turn off justification. Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.hy 0
-.if n .na
+.el \{\
+. de IX
+..
+.\}
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
@@ -129,7 +132,11 @@
.\" ========================================================================
.\"
.IX Title "TEXINDY 1"
-.TH TEXINDY 1 "2006-07-30" "Version 1.5" "xindy"
+.TH TEXINDY 1 "2009-03-22" "Version 1.8" "xindy"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
.SH "NAME"
texindy \- create sorted and tagged index from raw LaTeX index
.SH "SYNOPSIS"
@@ -140,7 +147,7 @@ texindy \- create sorted and tagged index from raw LaTeX index
.Ve
.Sh "GNU-Style Long Options for Short Options:"
.IX Subsection "GNU-Style Long Options for Short Options:"
-.Vb 15
+.Vb 10
\& \-V / \-\-version
\& \-? / \-h / \-\-help
\& \-q / \-\-quiet
@@ -192,9 +199,9 @@ output usage message with options explanation.
.el .IP "\f(CW\-\-quiet\fR / \fB\-q\fR" 4
.IX Item "--quiet / -q"
Don't output progress messages. Output only error messages.
-.ie n .IP """\-\-version""\fR / \fB\-v" 4
-.el .IP "\f(CW\-\-version\fR / \fB\-v\fR" 4
-.IX Item "--version / -v"
+.ie n .IP """\-\-verbose""\fR / \fB\-v" 4
+.el .IP "\f(CW\-\-verbose\fR / \fB\-v\fR" 4
+.IX Item "--verbose / -v"
Output verbose progress messages.
.ie n .IP """\-\-debug""\fR \fImagic\fR / \fB\-d\fR \fImagic" 4
.el .IP "\f(CW\-\-debug\fR \fImagic\fR / \fB\-d\fR \fImagic\fR" 4
@@ -206,7 +213,7 @@ Output debug messages, this option may be specified multiple times.
\& magic remark
\& \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
\& script internal progress messages of driver scripts
-\& keep_tmpfiles don\(aqt discard temporary files
+\& keep_tmpfiles don\*(Aqt discard temporary files
\& markup output markup trace, as explained in xindy manual
\& level=n log level, n is 0 (default), 1, 2, or 3
.Ve
@@ -268,7 +275,7 @@ for sorting.
The following languages are supported:
.Sh "Latin scripts"
.IX Subsection "Latin scripts"
-.Vb 13
+.Vb 10
\& albanian gypsy portuguese
\& croatian hausa romanian
\& czech hungarian russian\-iso
@@ -285,7 +292,7 @@ The following languages are supported:
.Ve
.PP
German recognizes two different sorting schemes to handle umlauts:
-normally, \f(CW\*(C`ä\*(C'\fR is sorted like \f(CW\*(C`ae\*(C'\fR, but in phone books or
+normally, \f(CW\*(C`a\*:\*(C'\fR is sorted like \f(CW\*(C`ae\*(C'\fR, but in phone books or
dictionaries, it is sorted like \f(CW\*(C`a\*(C'\fR. The first scheme is known as
\&\fI\s-1DIN\s0 order\fR, the second as \fIDuden order\fR.
.PP
@@ -316,9 +323,7 @@ and \f(CW\*(C`traditional\*(C'\fR, etc.)
.PP
.Vb 1
\& < Describe available codepages for each language >
-.Ve
-.PP
-.Vb 2
+\&
\& < Describe relevance of codepages (as internal representation) for
\& LaTeX inputenc >
.Ve
@@ -335,30 +340,30 @@ specific effect.
.Ve
.Sh "Sorting"
.IX Subsection "Sorting"
-.Vb 15
+.Vb 10
\& word\-order Default A space comes before any letter in the
-\& alphabet: ``index style\(aq\(aq is listed before
-\& ``indexing\(aq\(aq. Turn it off with option \-l.
-\& letter\-order Add\-on Spaces are ignored: ``index style\(aq\(aq
-\& is sorted after ``indexing\(aq\(aq.
+\& alphabet: \`\`index style\*(Aq\*(Aq is listed before
+\& \`\`indexing\*(Aq\*(Aq. Turn it off with option \-l.
+\& letter\-order Add\-on Spaces are ignored: \`\`index style\*(Aq\*(Aq
+\& is sorted after \`\`indexing\*(Aq\*(Aq.
\& keep\-blanks Add\-on Leading and trailing white space (blanks
\& and tabs) are not ignored; intermediate
\& white space is not changed.
\& ignore\-hyphen Add\-on Hyphens are ignored:
-\& ``ad\-hoc\(aq\(aq is sorted as ``adhoc\(aq\(aq.
+\& \`\`ad\-hoc\*(Aq\*(Aq is sorted as \`\`adhoc\*(Aq\*(Aq.
\& ignore\-punctuation Add\-on All kinds of punctuation characters are
\& ignored: hyphens, periods, commas, slashes,
\& parentheses, and so on.
\& numeric\-sort Auto Numbers are sorted numerically, not like
-\& characters: ``V64\(aq\(aq appears before ``V128\(aq\(aq.
+\& characters: \`\`V64\*(Aq\*(Aq appears before \`\`V128\*(Aq\*(Aq.
.Ve
.Sh "Page Numbers"
.IX Subsection "Page Numbers"
.Vb 10
\& page\-ranges Default Appearances on more than two consecutive
-\& pages are listed as a range: ``1\-\-4\(aq\(aq.
+\& pages are listed as a range: \`\`1\-\-4\*(Aq\*(Aq.
\& Turn it off with option \-r.
-\& ff\-ranges Add\-on Uses implicit ``ff\(aq\(aq notation for ranges
+\& ff\-ranges Add\-on Uses implicit \`\`ff\*(Aq\*(Aq notation for ranges
\& of three pages, and explicit ranges
\& thereafter: 2f, 2ff, 2\-\-6.
\& ff\-ranges\-only Add\-on Uses only implicit ranges: 2f, 2ff.
@@ -368,7 +373,7 @@ specific effect.
.Ve
.Sh "Markup and Layout"
.IX Subsection "Markup and Layout"
-.Vb 13
+.Vb 10
\& tex Auto Handles basic TeX conventions.
\& latex\-loc\-fmts Auto Provides LaTeX formatting commands
\& for page number encapsulation.
@@ -380,7 +385,7 @@ specific effect.
\& latin\-lettergroups Auto Layout contains a single Latin letter
\& above each group of words starting with the
\& same letter.
-\& german\-sty Add\-on Handles umlaut markup of babel\(aqs german
+\& german\-sty Add\-on Handles umlaut markup of babel\*(Aqs german
\& and ngerman options.
.Ve
.SH "ENVIRONMENT"
diff --git a/Build/source/utils/xindy/user-commands/xindy.1 b/Build/source/utils/xindy/user-commands/xindy.1
index aa25998d641..600e2882b48 100644
--- a/Build/source/utils/xindy/user-commands/xindy.1
+++ b/Build/source/utils/xindy/user-commands/xindy.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -48,22 +48,25 @@
. ds R" ''
'br\}
.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\"
.\" If the F register is turned on, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
-.if \nF \{\
+.ie \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
-.\"
-.\" For nroff, turn off justification. Always turn off hyphenation; it makes
-.\" way too many mistakes in technical documents.
-.hy 0
-.if n .na
+.el \{\
+. de IX
+..
+.\}
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
@@ -129,7 +132,11 @@
.\" ========================================================================
.\"
.IX Title "XINDY 1"
-.TH XINDY 1 "2006-07-30" "Version 1.8" "xindy"
+.TH XINDY 1 "2009-03-22" "Version 1.11" "xindy"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
.SH "NAME"
xindy \- create sorted and tagged index from raw index
.SH "SYNOPSIS"
@@ -186,9 +193,9 @@ output usage message with options explanation.
.el .IP "\f(CW\-\-quiet\fR / \fB\-q\fR" 4
.IX Item "--quiet / -q"
Don't output progress messages. Output only error messages.
-.ie n .IP """\-\-version""\fR / \fB\-v" 4
-.el .IP "\f(CW\-\-version\fR / \fB\-v\fR" 4
-.IX Item "--version / -v"
+.ie n .IP """\-\-verbose""\fR / \fB\-v" 4
+.el .IP "\f(CW\-\-verbose\fR / \fB\-v\fR" 4
+.IX Item "--verbose / -v"
Output verbose progress messages.
.ie n .IP """\-\-debug""\fR \fImagic\fR / \fB\-d\fR \fImagic" 4
.el .IP "\f(CW\-\-debug\fR \fImagic\fR / \fB\-d\fR \fImagic\fR" 4
@@ -200,7 +207,7 @@ Output debug messages, this option may be specified multiple times.
\& magic remark
\& \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
\& script internal progress messages of driver scripts
-\& keep_tmpfiles don\(aqt discard temporary files
+\& keep_tmpfiles don\*(Aqt discard temporary files
\& markup output markup trace, as explained in xindy manual
\& level=n log level, n is 0 (default), 1, 2, or 3
.Ve
@@ -274,7 +281,7 @@ directory. This option allows to use another xindy kernel.
The following languages are supported:
.Sh "Latin scripts"
.IX Subsection "Latin scripts"
-.Vb 13
+.Vb 10
\& albanian gypsy portuguese
\& croatian hausa romanian
\& czech hungarian russian\-iso
@@ -291,7 +298,7 @@ The following languages are supported:
.Ve
.PP
German recognizes two different sorting schemes to handle umlauts:
-normally, \f(CW\*(C`ä\*(C'\fR is sorted like \f(CW\*(C`ae\*(C'\fR, but in phone books or
+normally, \f(CW\*(C`a\*:\*(C'\fR is sorted like \f(CW\*(C`ae\*(C'\fR, but in phone books or
dictionaries, it is sorted like \f(CW\*(C`a\*(C'\fR. The first scheme is known as
\&\fI\s-1DIN\s0 order\fR, the second as \fIDuden order\fR.
.PP
@@ -322,9 +329,7 @@ and \f(CW\*(C`traditional\*(C'\fR, etc.)
.PP
.Vb 1
\& < Describe available codepages for each language >
-.Ve
-.PP
-.Vb 2
+\&
\& < Describe relevance of codepages (as internal representation) for
\& LaTeX inputenc >
.Ve
@@ -357,7 +362,7 @@ There should be a way to output the final index to stdout. This would
imply \fB\-q\fR, of course.
.PP
Codepage \f(CW\*(C`utf8\*(C'\fR should be supported for all languages, and should be
-used as internal codepage for LaTeX inputenc re\-encoding.
+used as internal codepage for LaTeX inputenc re-encoding.
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fItexindy\fR\|(1),