Codebase list tilix / debian/1.3.0-1 autogen.sh
debian/1.3.0-1

Tree @debian/1.3.0-1 (Download .tar.gz)

autogen.sh @debian/1.3.0-1raw · history · blame

1
2
3
4
5
6
#!/usr/bin/env sh

# Create/Update LINGUAS file
find po -name "*\.po" -printf "%f\\n" | sed "s/\.po//g" | sort > po/LINGUAS

autoreconf --install || exit 1