share/hedgewars/Data/Locale/CMakeLists.txt
author sheepluva
Sat, 03 Apr 2010 10:26:24 +0000
changeset 3284 7ffd0e20ad08
parent 1993 66ac34be63d1
child 3530 390e5048d39c
permissions -rw-r--r--
Palewolf: * SniperRifle.lua: convert spaces to tabs * Update spanish translation sheepluva: translations: * ran sed -i 's/ type="[^"]*"//' on .ts files as requested by Smaxx and Palewolf * ran lupdate and lrelease frontend: * reduce min window-size a bit * make option page scale down better engine: * replacing Smaxx' latest commit with a TryDo()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1993
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     1
file(GLOB txttrans2 ??.txt)
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     2
file(GLOB txttrans5 ?????.txt)
1026
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     3
file(GLOB qmtrans hedgewars_*.qm)
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     4
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     5
install(FILES
1993
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     6
	${txttrans2}
66ac34be63d1 Fix some locale files installation
unc0rr
parents: 1523
diff changeset
     7
	${txttrans5}
1026
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     8
	${qmtrans}
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 402
diff changeset
     9
	DESTINATION ${SHAREPATH}Data/Locale)