summaryrefslogtreecommitdiff
path: root/mdate.pl
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright1.23.0.rc1Bertrand Garrigues2020-11-111-1/+1
| | | | | | | | * update-copyright.sh: use gnulib's 'update-copyright' script. Pass this script in directories 'arch', 'contrib', 'font', 'man', 'tmac', 'src' and on a list of extra files. * FOR-RELEASE: mention this point.
* Revert "Update copyright"Bertrand Garrigues2020-10-251-1/+1
| | | | | | This reverts commit a2e955e07354c83939fabffebcf720d3333d1f6b. Some files (COPYING, FDL, bootstrap) should not have been updated
* Update copyrightBertrand Garrigues2020-10-251-1/+1
| | | | | | | | Use gnulib's update-copyright script. * src/roff/groff/groff.cpp: update the printf displayed when 'groff -v' is invoked. * FOR-RELEASE: mention this point.
* Update copyright (use gnulib's update-copyright script)Bertrand Garrigues2018-07-031-1/+1
|
* mdate.sh: rewrite in PerlColin Watson2018-03-091-0/+32
groff already requires perl to build. This version is much shorter and easier to understand than the shell/awk version: we don't have to worry about convincing ls to produce output that we can parse, and we don't have to play games with the way that the same field may contain either the year or the time depending on how old the file is. While I'm at it, this version also adds `SOURCE_DATE_EPOCH' support for reproducible builds: when `SOURCE_DATE_EPOCH' is set, files are considered to have been last modified at that time. * mdate.sh: Rewrite in Perl, moving to ... * mdate.pl: ... this new file. * Makefile.am (EXTRA_DIST, .man): Update references.