diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-25 22:09:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-25 22:09:56 +0000 |
commit | c062be5e345cbf2ad10ea75d8bc4eb636e4c87c1 (patch) | |
tree | fce1037e80de75693227194d1cf02e3a6a3f3782 /Master/texmf-dist/source/latex/fileinfo | |
parent | 6988622013d0d522125099c5d34ef000c75d8263 (diff) |
fileinfo (25oct12)
git-svn-id: svn://tug.org/texlive/trunk@28075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fileinfo')
-rw-r--r-- | Master/texmf-dist/source/latex/fileinfo/gather.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/fileinfo/myfilist.tex | 3 |
2 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/fileinfo/gather.tex b/Master/texmf-dist/source/latex/fileinfo/gather.tex index 15c29200598..a98db80e911 100644 --- a/Master/texmf-dist/source/latex/fileinfo/gather.tex +++ b/Master/texmf-dist/source/latex/fileinfo/gather.tex @@ -1,5 +1,6 @@ -\ProvidesFile{gather.tex}[2012/10/12 collect file infos] +\ProvidesFile{gather.tex}[2012/10/25 collect file infos] \RequirePackage[no-bot]{myfilist} +\RequirePackage{dowith,filedate} \EmptyFileList[readprov.sty,myfilist.sty] \FileListRemark[----------]{-RELEASE.---} \ReadFileInfos{fileinfo.RLS} @@ -11,4 +12,11 @@ \ReadFileInfos{README.tex,makedoc.cfg} \ReadPackageInfos{fifinddo,makedoc,niceverb} \ReadFileInfos{gather} -\ListInfos[CONTENTs.txt] +\NoStopListInfos[CONTENTs.txt] +\ModDates \EqualityMessages +\UseReferenceDate{\thepdfmoddate} +\DoWithAllOf\CheckDateOfGiven{{fileinfo.RLS} + {readprov.sty}{myfilist.sty} + {readprov.tex}{myfilist.tex} + {gather.tex}} +\stop diff --git a/Master/texmf-dist/source/latex/fileinfo/myfilist.tex b/Master/texmf-dist/source/latex/fileinfo/myfilist.tex index b61c9c4ad30..4114e9b1717 100644 --- a/Master/texmf-dist/source/latex/fileinfo/myfilist.tex +++ b/Master/texmf-dist/source/latex/fileinfo/myfilist.tex @@ -1,4 +1,4 @@ -\ProvidesFile{myfilist.tex}[2012/10/12 documenting myfilist.sty] +\ProvidesFile{myfilist.tex}[2012/10/25 documenting myfilist.sty] \title{\textsf{myfilist}\\---\\ List Infos on just the Files\\You Want to Know About% \GetFileInfo{myfilist.sty}\thanks{% @@ -41,6 +41,7 @@ \do{myfilist.sty}{'myfilist.sty'} %% 2012/09/28 \do{ifnextok.sty}{'ifnextok.sty'} \do{adhocfilelist}{'adhocfilelist'} +\do{filedate.sty}{'filedate.sty'} %% 2012/10/25 \do[\MakeOther\ ]% {run gather.tex}{\emph{run} gather.tex} %% <- TODO \PrependStandardEnhancement... |