2007-12-29 03:13:25 +00:00
|
|
|
#!/bin/sh
|
2015-09-19 15:34:19 +00:00
|
|
|
# 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
|
2009-01-26 13:24:55 +00:00
|
|
|
intltool-update -g terminator -o terminator.pot -p
|
2015-09-19 15:34:19 +00:00
|
|
|
|
|
|
|
# Cleanup after stupid workaround
|
|
|
|
rm ../terminator.py
|
|
|
|
rm ../remotinator.py
|