diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/svninfo/README | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/svninfo/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/svninfo/README | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/svninfo/README b/Master/texmf-dist/doc/latex/svninfo/README new file mode 100644 index 00000000000..6ae81454bbd --- /dev/null +++ b/Master/texmf-dist/doc/latex/svninfo/README @@ -0,0 +1,67 @@ + + + `svninfo' + + version 0.3, September 29, 2005 + +This package is used to extract the revision and file information provided +by the subversion revision control system. +A PERL-package supporting svninfo and LaTeX2HTML is provided too. + +Copyright (C) 2003-2005 Achim D. Brucker +email: brucker@freiburg.linux.de + +License: + This program can be redistributed and/or modified under the terms + of the LaTeX Project Public License Distributed from CTAN + archives in directory macros/latex/base/lppl.txt; either + version 1 of the License, or any later version. + +You are allowed to distribute this file under the condition that it is +distributed together with all the following files: + svninfo.ins + svninfo.dtx + Makefile + README-0.2 + +If you receive only some of these files from someone, complain! + +To install: + unpack and + `make' +or execute the commands manually: + latex svninfo.ins // creates the file of this package + latex svninfo.dtx // create the package documentation + +and if latex2html is installed on your system: + latex2html -dir html -init_file svninfo.init \ + -html_version 4.0,math svninfo2html.tex + +The following files are created by 'latex svninfo.ins' + - svninfo.cfg + - svninfo.sty + - svninfo.perl + - svninfo.init + - svninfo2html.tex + +then copy the files + svninfo.sty + svninfo.cfg +to a place where LaTeX can find it + (e.g. under UNIX: $HOME/tex/inputs + and set the environment variable + TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS + ) +and + svninfo.perl +to a place where latex2html will find it. + + +============================================================================ + +HISTORY +0.3 : Added support for Id-keywords without owner information + (fixes a bug reported by Uwe Ziegenhagen). +0.2.1 : Added \svnId (suggested by Thomas Weber). +0.2 : Removed latex2html build-dependency +0.1 : Initial Version, based on rcsinfo from Dr. Juergen Vollmer |