bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] maint.mk: Respect $(build_aux) in web-manual rule.


From: Gary V. Vaughan
Subject: [PATCH] maint.mk: Respect $(build_aux) in web-manual rule.
Date: Wed, 19 Oct 2011 19:35:38 +0700

* top/maint.mk (web-manual): Find gen-announce script in user's        
$(build_aux) directory instead of hard-coding 'build-aux'.             
---                                                                    
 ChangeLog    |    6 ++++++                                            
 top/maint.mk |    2 +-                                                
 2 files changed, 7 insertions(+), 1 deletions(-)                      
                                                                       
diff --git a/ChangeLog b/ChangeLog                                     
index c9eb1ee..478a7f2 100644                                          
--- a/ChangeLog                                                        
+++ b/ChangeLog                                                        
@@ -1,3 +1,9 @@                                                        
+2011-10-19  Gary V. Vaughan  <address@hidden>                           
+                                                                      
+       maint.mk: Respect $(build_aux) in web-manual rule.             
+       * top/maint.mk (web-manual): Find gen-announce script in user's
+       $(build_aux) directory instead of hard-coding 'build-aux'.     
+                                                                      
 2011-10-19  Bruno Haible  <address@hidden>                           
                                                                       
        posix_openpt: Fix compilation error.                           
diff --git a/top/maint.mk b/top/maint.mk                               
index 51f617b..d51fec6 100644                                          
--- a/top/maint.mk                                                     
+++ b/top/maint.mk                                                     
@@ -1327,7 +1327,7 @@ web-manual:                                      
        @test -z "$(manual_title)" \                                   
          && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : 
        @cd '$(srcdir)/doc'; \                                         
-         $(SHELL) ../build-aux/gendocs.sh $(gendocs_options_) \       
+         $(SHELL) ../$(build_aux)/gendocs.sh $(gendocs_options_) \    
             -o '$(abs_builddir)/doc/manual' \                         
             --email $(PACKAGE_BUGREPORT) $(PACKAGE) \                 
            "$(PACKAGE_NAME) - $(manual_title)"                        
--                                                                     
1.7.7



reply via email to

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