Converted readme to markdown.

This commit is contained in:
Achim D. Brucker 2016-07-24 23:35:13 +01:00
parent 7705968451
commit fc0f3021a2
2 changed files with 13 additions and 7 deletions

View File

@ -27,7 +27,7 @@ TAR = tar
REV = 0.7.4 REV = 0.7.4
TAR_FILE = svninfo-$(REV).tar.gz TAR_FILE = svninfo-$(REV).tar.gz
TAR_DIR = svninfo-$(REV) TAR_DIR = svninfo-$(REV)
SRC = svninfo.dtx svninfo.ins README Makefile SRC = svninfo.dtx svninfo.ins README.md Makefile
GEN = svninfo.sty svninfo.cfg svninfo.init GEN = svninfo.sty svninfo.cfg svninfo.init
all: $(BASE).sty dvi ps pdf clean all: $(BASE).sty dvi ps pdf clean

View File

@ -1,15 +1,19 @@
svninfo'
=======
`svninfo' * Version 0.7.4
* Release date: 23 March 2010
version 0.7.4, March 23, 2010
Description
-----------
This package is used to extract the revision and file information provided This package is used to extract the revision and file information provided
by the subversion revision control system. by the subversion revision control system.
Copyright (C) 2003-2010 Achim D. Brucker Copyright (C) 2003-2010 Achim D. Brucker
email: brucker@member.fsf.org email: brucker@member.fsf.org
License: License
-------
This program can be redistributed and/or modified under the terms This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either archives in directory macros/latex/base/lppl.txt; either
@ -24,6 +28,8 @@ distributed together with all the following files:
If you receive only some of these files from someone, complain! If you receive only some of these files from someone, complain!
Installation
------------
To install: To install:
unpack and unpack and
`make' `make'
@ -46,9 +52,9 @@ to a place where LaTeX can find it
TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS
) )
============================================================================
HISTORY Changelog
---------
0.7.4 : Fixed localization of date formats, e.g., \svnToday. 0.7.4 : Fixed localization of date formats, e.g., \svnToday.
0.7.3 : Fixed bug resulting in wrong date for maximal 0.7.3 : Fixed bug resulting in wrong date for maximal
revision (\svnInfoMaxToday). revision (\svnInfoMaxToday).