1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

mkdist: include po/elinks.pot

This commit is contained in:
Kalle Olavi Niemitalo 2008-07-04 23:56:10 +03:00 committed by Kalle Olavi Niemitalo
parent 9c73f02083
commit 4ffe6a1b6d

View File

@ -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/"
# <http://translationproject.org/html/maintainers.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"