svninfo/README.md

66 lines
1.5 KiB
Markdown
Raw Normal View 히스토리

2018-08-01 14:24:10 +00:00
# svninfo
2016-07-24 22:47:40 +00:00
Version 0.7.4, 23 March 2010
2018-08-01 14:24:10 +00:00
## Description
This package is used to extract the revision and file information provided
by the subversion revision control system.
2018-08-01 14:24:10 +00:00
## Installation
2016-07-24 22:47:40 +00:00
To install: unpack and
```
make
```
or execute the commands manually:
2016-07-24 22:47:40 +00:00
```
latex svninfo.ins // creates the file of this package
latex svninfo.dtx // create the package documentation
```
The following files are created by 'latex svninfo.ins'
2016-07-24 22:47:40 +00:00
```
svninfo.cfg
svninfo.sty
svninfo.perl
svninfo.init
```
then copy the files
2016-07-24 22:47:40 +00:00
```
svninfo.sty
svninfo.cfg
```
to a place where LaTeX can find it, e.g.,
```
$HOME/tex/inputs
```
and set the environment variable
```
TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS
```
2018-08-01 14:24:10 +00:00
## 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.3c of the License, or (at your
opinion) 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
```
If you receive only some of these files from someone, complain!
2018-08-01 14:25:42 +00:00
SPDX-License-Identifier: LPPL-1.3c+
2018-08-01 22:10:17 +00:00
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
<https://git.logicalhacking.com/adbrucker/svninfo>.