gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 511c2e85 3/4: Bootstarmping: make a directroy


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 511c2e85 3/4: Bootstarmping: make a directroy for cloning the Gnulib
Date: Thu, 20 Apr 2023 06:05:05 -0400 (EDT)

branch: master
commit 511c2e85d216b66a98daf66ea24a283a5b85fe7d
Author: Sepideh Eskandarlou <sepideh.eskandarlou@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Bootstarmping: make a directroy for cloning the Gnulib
    
    Until now, the variable of 'DEVDIR' define for cloning the Gnulib in
    that. In the GNU Portability Library (Gnulib), section about how define
    this variable was explained. But did not mentioned to make this directory
    (because if the user install their OS recentely, they do not have this
    directory), next command was 'cd' to this directory.
    
    With this comment, how making this directory is added to other commands and
    now it works properly for all the users.
---
 doc/gnuastro.texi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 1c286e9e..66dbf400 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -8134,6 +8134,7 @@ In that case use the following URL for the HTTP protocol 
instead (for Autoconf a
 
 @example
 $ DEVDIR=/home/yourname/Development
+$ mkdir $DEVDIR
 $ cd $DEVDIR
 $ git clone https://git.sv.gnu.org/git/gnulib.git
 $ git clone https://git.sv.gnu.org/git/autoconf-archive.git



reply via email to

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