Code review comment for lp:~mcintire-evan/ubuntu-terminal-app/disable-paste

Revision history for this message
Stefano Verzegnassi (verzegnassi-stefano) wrote :

@Niklas: Changing the behaviour of the .pot custom target (i.e. removing the "ALL" option) in CMake should be enough, assuming nothing else will be broken.

That would mean that you'd have to explicitely do:
  mkdir build && cd dir
  cmake ../
  make <translations_target_name>
  (bzr commit & bzr push)

So it would be something you should do whenever you're about to release a new version of the app.
We may want to add a script in the root of the project for making this easier for new contributors.

« Back to merge proposal