* autogen.sh: Use `gnulib-tool' to install gendocs.sh.
* Makefile.am (web-manual): New target. Builds a web manual using
gendocs.sh.
* configure.ac (AC_PREREQ): Require Autoconf 2.59 or later.
+gendocs.sh
+lib
+m4
.deps
Makefile
autom4te.cache
doc/Makefile
doc/*.info*
doc/.deps
+doc/gendocs_template
+doc/mdate-sh
doc/Makefile.in
doc/boot.S.texi
doc/kernel
+2010-01-01 Robert Millan <rmh.grub@aybabtu.com>
+
+ * autogen.sh: Use `gnulib-tool' to install gendocs.sh.
+ * Makefile.am (web-manual): New target. Builds a web manual using
+ gendocs.sh.
+ * configure.ac (AC_PREREQ): Require Autoconf 2.59 or later.
+
2010-01-01 Robert Millan <rmh.grub@aybabtu.com>
Use more standard `doc' directory.
# Do not change this order if you don't know what you are doing.
AUTOMAKE_OPTIONS = 1.7 gnu
SUBDIRS = doc
+
+.PHONY: web-manual
+web-manual:
+ @cd '$(srcdir)/doc' ; \
+ $(SHELL) ../gendocs.sh -o '$(abs_builddir)/doc/manual' \
+ --email $(PACKAGE_BUGREPORT) $(PACKAGE) \
+ "$(PACKAGE_NAME) - $(manual_title)"
+ @echo " *** Upload the doc/manual directory to web-cvs."
set -ex
+gnulib-tool --import gendocs
aclocal
autoheader
dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
dnl USE OF THIS SOFTWARE.
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([Multiboot], [0.6.96], [bug-grub@gnu.org])
AC_CONFIG_SRCDIR([doc/multiboot.texi])
AC_CONFIG_HEADER([config.h])