gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 5f4feec5: Book: clear description of the --pub


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 5f4feec5: Book: clear description of the --publish in developer-build script
Date: Tue, 20 Dec 2022 04:17:48 -0500 (EST)

branch: master
commit 5f4feec53b98bf71b4a670f529f70b52a1878076
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: clear description of the --publish in developer-build script
    
    Until now, in the book, we hadn't explicitly mentioned that the '--publish'
    option of the 'deveveloper-build' script needs a value.
    
    With this commit, the description of this option has been edited to clarify
    that it takes a string argument and the string is interpretted to be the
    URL of the place you want to publish to.
    
    This was reported by Faezeh Bidjarchian.
---
 doc/gnuastro.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index f11fd4b5..6a84e407 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -9262,12 +9262,13 @@ Activate the @option{--dist} (@option{-D}) option, then 
use secure copy (@comman
 For example, @command{--upload my-server:dir}, will copy the tarball in the 
@file{dir/src}, and the PDF manual in @file{dir/pdf} of @code{my-server} server.
 It will then make a symbolic link in the top server directory to the tarball 
that is called @file{gnuastro-latest.tar.lz}.
 
-@item -p
-@itemx --publish
-Short for @option{--autoreconf --clean --debug --check --upload STR}.
+@item -p STR
+@itemx --publish=STR
+Clean, bootstrap, build, check and upload the checked tarball and PDF of the 
book to the URL given as @code{STR}.
+This option is just a wrapper for @option{--autoreconf --clean --debug --check 
--upload STR}.
 @option{--debug} is added because it will greatly speed up the build.
-It will have no effect on the produced tarball.
-This is good when you have made a commit and are ready to publish it on your 
server (if nothing crashes).
+@option{--debug} will have no effect on the produced tarball (people who later 
download will be building with the default optimized, and non-debug mode).
+This option is good when you have made a commit and are ready to publish it on 
your server (if nothing crashes).
 Recall that if any of the previous steps fail the script aborts.
 
 @item -I



reply via email to

[Prev in Thread] Current Thread [Next in Thread]