Update the instructions to reflect where the pgpkeys chapter actually is.

Prompted by:	rodrigc
This commit is contained in:
Ceri Davies 2005-05-21 09:47:42 +00:00
parent dd5144a783
commit 43f3d2df08
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24610

View file

@ -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 " <sect2 id=\"pgpkey-${me}\">"
echo " <title>&a.${me};</title>"
@ -82,4 +84,5 @@ echo " &pgpkey.${me};"
echo " </sect2>"
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."