]> Savannah Git Hosting - gnulib.git/commitdiff
maint.mk: Respect $(build_aux) in web-manual rule.
authorGary V. Vaughan <gary@gnu.org>
Wed, 19 Oct 2011 11:58:09 +0000 (18:58 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 19 Oct 2011 11:58:09 +0000 (18:58 +0700)
* top/maint.mk (web-manual): Find gen-announce script in user's
$(build_aux) directory instead of hard-coding 'build-aux'.

ChangeLog
top/maint.mk

index c9eb1eefd57736ebb5e41f792ea14848f7535e32..478a7f2ae81acc1b5e87433a2d54932b29fe266b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-19  Gary V. Vaughan  <gary@gnu.org>
+
+       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  <bruno@clisp.org>
 
        posix_openpt: Fix compilation error.
index 51f617bb4899b063325461dc4b6cb2656c911858..d51fec6638361880f8843af493a6be29619ed3e1 100644 (file)
@@ -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)"