gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master d3329b0 2/3: Include directories in doc/forweb


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master d3329b0 2/3: Include directories in doc/forwebpage.sh
Date: Sat, 3 Sep 2016 16:31:32 +0000 (UTC)

branch: master
commit d3329b0b9db47ef8f4501167196cf71295a45a21
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Include directories in doc/forwebpage.sh
    
    Gnulib's `gendocs.sh' script is called by `doc/forwebpage.sh' to build the
    documentation in various formats. `gendocs.sh' needs to have `texinfo.tex'
    that is also bootstrapped from Gnulib. However, it would not include its
    hosting directory in the Gnuastro source files
    (`bootstrapped/build-aux/'). So `gendocs.sh' would complain and abort. This
    directory is now passed on to `gendocs.sh' so it can successfully build the
    documentation.
    
    I guess the reason that this was not noticed before is that we probably had
    `texinfo.tex' within the `doc' directory when this script was mostly
    written and tested. I think this was before the time that we implemented
    the bootstrapping process.
---
 doc/forwebpage |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/forwebpage b/doc/forwebpage
index 6ec4fae..10e7e67 100755
--- a/doc/forwebpage
+++ b/doc/forwebpage
@@ -170,7 +170,9 @@ make
 
 # Run gendocs.sh to generate all the files:
 ../bootstrapped/build-aux/gendocs.sh --email address@hidden gnuastro \
-   "$booktitle" --html " " -o $tmpdir -I ../bootstrapped/doc
+                                     "$booktitle" --html " " -o $tmpdir    \
+                                     -I ../bootstrapped/doc                \
+                                     -I ../bootstrapped/build-aux
 
 
 



reply via email to

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