diff --git a/share/pgpkeys/addkey.sh b/share/pgpkeys/addkey.sh index 2c0b2aa478..41bb48c3ee 100644 --- a/share/pgpkeys/addkey.sh +++ b/share/pgpkeys/addkey.sh @@ -72,9 +72,11 @@ mv pgpkeys.ent pgpkeys.ent.orig || exit 1 echo echo "Unless you are already listed there, you should now add the" -echo "following text to chapter.sgml in the appropriate position in" -echo "the developer section (unless this is a role key or you are a" -echo "core member.) Remember to keep the list sorted by last name!" +echo "following text to" +echo "doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml" +echo "in the appropriate position of the developer section (unless" +echo "this is a role key or you are a core member)." +echo "Remember to keep the list sorted by last name!" echo echo " " echo " &a.${me};" @@ -82,4 +84,5 @@ echo " &pgpkey.${me};" echo " " echo echo "If this is a new entry, don't forget to 'cvs add ${keyfile}'," -echo "and to commit both ${keyfile} and pgpkeys.ent." +echo "and to commit each of ${keyfile}, pgpkeys.ent and" +echo "doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml."