diff --git a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php index 1116d1c3..865dd69f 100644 --- a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php +++ b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php @@ -33,6 +33,13 @@
Run se build-title .
, se build-toc .
and se build-images .
at the root of the project directory. No changes should be made by these tools if the producer correctly generated the title page, table of content, and image files. Any discrepancies can be highlighted and investigated via the git diff
listed in Step 1.
Check out the initial commit and review body.xhtml
with your text editor of choice to make sure that the Project Gutenberg license text wasn’t accidentally committed to the repository:
git checkout "$COMMIT"
+ If the license text was committed, the producer will have to rebase it out. Once you are done reviewing the initial commit, use the following command to leave the detached HEAD
state:
git switch -
+ Use the following git
command to highlight all editorial commits: