diff options
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... |