gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] (no subject)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] (no subject)
Date: Tue, 24 May 2016 05:55:19 +0000 (UTC)

branch: master
commit 5f6740accd13f12056786ebc902ba5461706b124
Author: Mohammad Akhlaghi <address@hidden>
Date:   Tue May 24 14:35:57 2016 +0900

    Creation of book for webpage can now find fdl.texi
    
    The `doc/forwebpage' script makes the manual versions for uploading to the
    webpge. However, it didn't use the include flags for the
    `bootstrapped/build-aux/gendocs.sh' script. Therefore, eversince `fdl.texi'
    was removed from the `doc/' directory in commit 0394025 (fdl.texi is now
    kept in the bootstrapped directory), `doc/forwebpage' would fail. To solve
    this problem, the `bootstrapped/doc' directory was included for Texinfo
    search directories in `gendocs.sh'.
    
    Also, when the build directory is separte from the source directory, the
    `authors.texi' file will not be created. Therefore `doc/forwebpage' will
    also try making `authors.texi' before calling `gendocs.sh'.
---
 doc/forwebpage |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/forwebpage b/doc/forwebpage
index 541df6e..001132c 100755
--- a/doc/forwebpage
+++ b/doc/forwebpage
@@ -146,9 +146,15 @@ fi
 
 
 
+# Generate authors.texi
+make authors.texi
+
+
+
+
 # Run gendocs.sh to generate all the files:
 ../bootstrapped/build-aux/gendocs.sh --email address@hidden gnuastro \
-   "$booktitle" --html " " -o $outdir
+   "$booktitle" --html " " -o $outdir -I ../bootstrapped/doc
 
 
 



reply via email to

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