summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-22 11:07:29 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-22 11:07:29 +0200
commit3249f6264a937cd7604d17bf13e284dcd5c5f180 (patch)
tree68f7b2268a3b9369f7b91ac20b30b8edaab797d8 /maint.mk
parentd35d3ba149b2424aed91d8398a364532c983fe71 (diff)
downloadgnutls-3249f6264a937cd7604d17bf13e284dcd5c5f180.tar.gz
added new gnulib and modules.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 51f617bb48..d51fec6638 100644
--- a/maint.mk
+++ b/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)"