Index: en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (revision 54016) +++ en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (working copy) @@ -2489,13 +2489,18 @@ GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, and - GH_SUBDIR into a single variable. + group/GH_SUBDIR + into a single variable. The format is account:project:tagname:group/subdir. The /subdir part is optional. It is helpful when there is more - than one GitHub project from which to fetch. + than one GitHub project from which to fetch. + Note that group and + /subdir are not separated + by a : like the other + parameters.