diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-13 01:49:22 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-13 11:52:29 -0800 |
| commit | 506a146fe48ce91e07942e3ff2ea4e7093419ef6 (patch) | |
| tree | ce0399800eb72fa529f05394bec85d410b9cef92 /pkg/ffmpeg/gen.lua | |
| parent | 9b7b395ec1f6e3ef878a82d7537943b15ffc7661 (diff) | |
texi2mdoc: Update date patch to one adapted from upstream commit
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index 0ed43b97..38257b15 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -356,7 +356,7 @@ file('bin/ffprobe', '755', '$outdir/ffprobe') exe('ffmpeg', {paths[[fftools/(ffmpeg.c ffmpeg_opt.c ffmpeg_filter.c ffmpeg_hw.c cmdutils.c.o)]], libs}) file('bin/ffmpeg', '755', '$outdir/ffmpeg') -rule('texi2mdoc', 'texi2mdoc -d 2018-11-06 -I $outdir $in >$out.tmp && mv $out.tmp $out') +rule('texi2mdoc', [[texi2mdoc -d 'November 7, 2018' -I $outdir $in >$out.tmp && mv $out.tmp $out]]) build('texi2mdoc', '$outdir/ffprobe.1', {'$srcdir/doc/ffprobe.texi', '|', '$outdir/config.texi'}) build('texi2mdoc', '$outdir/ffmpeg.1', {'$srcdir/doc/ffmpeg.texi', '|', '$outdir/config.texi'}) man{'$outdir/ffprobe.1', '$outdir/ffmpeg.1'} |
