mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 12:28:31 +01:00
Remove the .pot file from source control and add a "make pot" target to just generate the .pot
This commit is contained in:
parent
521ad4ed13
commit
d3c2788836
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ dist/windows/Python27.zip
|
|||||||
.tx
|
.tx
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
|
src/translations/translations.pot
|
||||||
|
@ -939,6 +939,7 @@ add_po(PO clementine_
|
|||||||
LANGUAGES ${LANGUAGES}
|
LANGUAGES ${LANGUAGES}
|
||||||
DIRECTORY translations
|
DIRECTORY translations
|
||||||
)
|
)
|
||||||
|
add_custom_target(pot DEPENDS ${POT})
|
||||||
|
|
||||||
add_library(clementine_lib STATIC
|
add_library(clementine_lib STATIC
|
||||||
${SOURCES}
|
${SOURCES}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user