terminator/po/genpot.sh

12 lines
300 B
Bash
Raw Normal View History

2007-12-29 03:13:25 +00:00
#!/bin/sh
# Stupid workaround for intltools not handling extensionless files
ln -s terminator ../terminator.py
ln -s remotinator ../remotinator.py
2007-12-29 03:13:25 +00:00
# Make translation files
intltool-update -g terminator -o terminator.pot -p
# Cleanup after stupid workaround
rm ../terminator.py
rm ../remotinator.py