From 4ffe6a1b6d774cf79ea655745eaebef4d3b71afb Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Fri, 4 Jul 2008 23:56:10 +0300 Subject: [PATCH] mkdist: include po/elinks.pot --- contrib/mkdist | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/mkdist b/contrib/mkdist index e56cb032..4d392c4a 100755 --- a/contrib/mkdist +++ b/contrib/mkdist @@ -132,6 +132,13 @@ else make -C "$tmpdir/elinks/build/doc" html mkdir -- "$tmpdir/elinks/doc/html" mv -- "$tmpdir/elinks/build/doc"/*.html* "$tmpdir/elinks/doc/html/" + # : + # "this tarball should contain an up to date POT file." + # Build that here. The Makefile also creates potfiles.list + # in the source directory; that one we don't need. + # Use rm -f so it's not an error if the file is not there. + make -C "$tmpdir/elinks/build/po" ../../po/elinks.pot + rm -f -- "$tmpdir/elinks/po/potfiles.list" fi rm -rf -- "$tmpdir/elinks/build" -- 2.11.4.GIT