Add a gotcha section after trapped again.

This commit is contained in:
Werner Koch 2009-09-04 17:11:38 +00:00
parent 480c8f5433
commit 3d57212ca7
1 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,18 @@ Release process:
* Write an announcement. Update https://savannah.gnu.org/projects/gnupg .
Gotchas
=======
- If during "make distcheck" you get an error about a permission
problem moving foo.new.po to foo.po; this is caused by a check
whether the po files can be re-created. Now if the first tarball
has been created in a different top directory and if there exists a
no distributed file with the string "GNU gnupg" (e.g. a log file
from running make) you end up with different comments in the po
files. Check out /usr/lib/gettext/project-id for that silliness.