* doc/autoconf.texi (Evaluation Macros): Fix typo.
(Notices): Use recommended means to escape RCS keyword.
* cfg.mk (gnulib_dir): New macro.
(web-manual): New target.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-04-08 Eric Blake <ebb9@byu.net>
+
+ Generate web docs for 2.62.
+ * doc/autoconf.texi (Evaluation Macros): Fix typo.
+ (Notices): Use recommended means to escape RCS keyword.
+ * cfg.mk (gnulib_dir): New macro.
+ (web-manual): New target.
+
2008-04-05 Eric Blake <ebb9@byu.net>
Release Version 2.62.
# Tests not to run.
local-checks-to-skip ?= \
changelog-check sc_unmarked_diagnostics
+
+# The local directory containing the checked-out copy of gnulib used in this
+# release. For now, used solely for generating the web-manual.
+gnulib_dir = '$(abs_srcdir)'/../gnulib
+
+.PHONY: web-manual
+web-manual:
+ @cd $(srcdir)/doc ; \
+ GENDOCS_TEMPLATE_DIR=$(gnulib_dir)/doc; export GENDOCS_TEMPLATE_DIR; \
+ $(SHELL) $(gnulib_dir)/build-aux/gendocs.sh autoconf \
+ "$(PACKAGE_NAME) - Creating Automatic Configuration Scripts"
+ @echo " *** Upload the doc/manual directory to web-cvs."
*.fns
*.html
*.htp
-*.info
+*.info*
*.ky
*.log
*.MS
*.vr
*.vrs
Makefile
+manual
stamp-vti
standards
version.texi
For example, this line in @file{configure.ac}:
-@c The asis prevents RCS from changing the example in the manual.
+@c The @w prevents RCS from changing the example in the manual.
@example
-AC_REVISION([$@asis{Revision: 1.30 }$])
+AC_REVISION([@w{$}Revision: 1.30 $])
@end example
@noindent
by adding or removing levels of quotes.
@defmac m4_apply (@var{macro}, @var{list})
-@msindex apply
+@msindex{apply}
Apply the elements of the quoted, comma-separated @var{list} as the
arguments to @var{macro}. If @var{list} is empty, invoke @var{macro}
without arguments. Note the difference between @code{m4_indir}, which