diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-19 16:59:51 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-19 16:59:51 +0000 |
commit | bc20c46bac47d1c64158d5472041a6245dc4c4d2 (patch) | |
tree | 5b39e016b95d88cb0e85c09517db3547fb838460 /Build/source/utils/xindy/tex2xindy | |
parent | 3f9fa30dcf7d0a12156693781d9277384ae29c35 (diff) |
applied changes from the debian package xindy_2.3-2, except:
* patch to modules/styles/Makefile.in has been already applied
* man pages regenerated with proper name, version and page header, i.e. instead of
pod2man --verbose tex2xindy/tex2xindy.l tex2xindy/tex2xindy.1 \
user-commands/texindy user-commands/texindy.1 \
user-commands/xindy.in user-commands/xindy.1
which was used in the debian package, we used
pod2man --verbose -n TEX2XINDY -r "Version 1.21" -c "xindy" tex2xindy/tex2xindy.l tex2xindy/tex2xindy.1
pod2man --verbose -n TEXINDY -r "Version 1.5" -c "xindy" user-commands/texindy user-commands/texindy.1
pod2man --verbose -n XINDY -r "Version 1.8" -c "xindy" user-commands/xindy.in user-commands/xindy.1
which matches the original package, except for TEX2XINDY (original uses TEX2XINDY.L which seems incorrect,
because the man page documents tex2xindy script but not its source file tex2xindy.l)
git-svn-id: svn://tug.org/texlive/trunk@7028 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/tex2xindy')
-rw-r--r-- | Build/source/utils/xindy/tex2xindy/tex2xindy.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Build/source/utils/xindy/tex2xindy/tex2xindy.1 b/Build/source/utils/xindy/tex2xindy/tex2xindy.1 index b590eb4254a..cded2ca3105 100644 --- a/Build/source/utils/xindy/tex2xindy/tex2xindy.1 +++ b/Build/source/utils/xindy/tex2xindy/tex2xindy.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 .\" .\" Standard preamble: .\" ======================================================================== @@ -25,11 +25,11 @@ .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left -.\" double quote, and \*(R" will give a right double quote. | will give a -.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to -.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' -.\" expand to `' in nroff, nothing in troff, for use with C<>. -.tr \(*W-|\(bv\*(Tr +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- @@ -128,14 +128,14 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" -.IX Title "TEX2XINDY.L 1" -.TH TEX2XINDY.L 1 "2006-07-30" "Version 1.21" "xindy" +.IX Title "TEX2XINDY 1" +.TH TEX2XINDY 1 "2006-07-30" "Version 1.21" "xindy" .SH "NAME" tex2xindy \- a preprocessor of the xindy index processor .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 -\& tex2xindy [-o] [attr_file] +\& tex2xindy [\-o] [attr_file] .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" |