Remove the .pot file from source control and add a "make pot" target to just generate the .pot

This commit is contained in:
David Sansome 2012-01-03 19:13:50 +00:00
parent 521ad4ed13
commit d3c2788836
3 changed files with 2 additions and 4713 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ dist/windows/Python27.zip
.tx
*~
*.swp
src/translations/translations.pot

View File

@ -939,6 +939,7 @@ add_po(PO clementine_
LANGUAGES ${LANGUAGES}
DIRECTORY translations
)
add_custom_target(pot DEPENDS ${POT})
add_library(clementine_lib STATIC
${SOURCES}

File diff suppressed because it is too large Load Diff