gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master de0c3b1: Bootstrap: removed dependency on conf


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master de0c3b1: Bootstrap: removed dependency on configure script to build images
Date: Sun, 29 Nov 2020 12:01:22 -0500 (EST)

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

    Bootstrap: removed dependency on configure script to build images
    
    In the previous commit, where building images has been moved to
    'doc/Makefile.am', I had set the building of images to be dependent on the
    'configure' script. But that is not the case here (unlike
    'authors.texi'). As a result, the tarball wouldn't work.
    
    With this commit, the images don't depend on anything. If they exist, they
    will not be rebuilt, and if they don't, they will.
    
    This bug was reported by Samane raji
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index eb3604b..4d523a5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -72,7 +72,7 @@ $(srcdir)/authors.texi: $(top_srcdir)/configure
 
 ## Build the images of the book (with one chosen as representative to act
 ## as a target in Make).
-$(imgrepresentative): $(top_srcdir)/configure
+$(imgrepresentative):
        cd $(top_srcdir)/doc/plotsrc; make
 
 ## Images and their directories.



reply via email to

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