GNOME Bugzilla – Bug 760815
Doc: Incoherent paragraph in the doc
Last modified: 2016-01-27 16:00:44 UTC
Created attachment 319318 [details] [review] Removed second repetition of the paragraph. Hi! In the "Getting Started" section of the doc [1], particularly in "2.4 Using JHBuild", it says (after introducing jhbuild build) "If JHBuild is cancelled part way through a build, it is possible to resume the build at a particular module using the --start-at option:" Some lines below it introduces jbuild make, and later repeats: "If JHBuild is cancelled part way through a build, it is possible to resume the build at a particular module using the --start-at option:" ; this time without showing any example command. I'm not sure if this second paragraph was written wittingly, as showing that you can resume the build of a `jhbuild make` or it was copied by mistake. I've attached a patch removing this paragraph for the second time, mostly to show you the issue easily. [1]: https://developer.gnome.org/jhbuild/3.12/getting-started.html.en
Thank you; I have pushed your patch. commit b6a89ced33b6c60139e72f986e5be5cd223cf870 Author: Abel 'Akronix' Serrano Juste <akronix5@gmail.com> Date: Tue Jan 19 01:18:48 2016 +0100 doc: clean a wrong placed and repeated paragraph https://bugzilla.gnome.org/show_bug.cgi?id=760815