Use more standard `doc' directory.
* docs: Rename to ...
* doc: ... this. Update all users.
* doc/multiboot.texi: Fix an obsolete reference to `docs' directory
in GRUB distribution.
config.status
stamp-h
stamp-h1
-docs/Makefile
-docs/*.info*
-docs/.deps
+doc/Makefile
+doc/*.info*
+doc/.deps
+doc/Makefile.in
+doc/boot.S.texi
+doc/kernel
+doc/kernel.c.texi
+doc/multiboot.h.texi
+doc/texinfo.tex
Makefile.in
aclocal.m4
config.h.in
depcomp
install-sh
missing
-docs/Makefile.in
-docs/boot.S.texi
-docs/kernel
-docs/kernel.c.texi
-docs/multiboot.h.texi
-docs/texinfo.tex
+2010-01-01 Robert Millan <rmh.grub@aybabtu.com>
+
+ Use more standard `doc' directory.
+
+ * docs: Rename to ...
+ * doc: ... this. Update all users.
+
+ * doc/multiboot.texi: Fix an obsolete reference to `docs' directory
+ in GRUB distribution.
+
2010-01-01 Robert Millan <rmh.grub@aybabtu.com>
Make ia32 libc unnecessary on amd64.
# Do not change this order if you don't know what you are doing.
AUTOMAKE_OPTIONS = 1.7 gnu
-SUBDIRS = docs
+SUBDIRS = doc
AC_PREREQ(2.57)
AC_INIT([Multiboot], [0.6.96], [bug-grub@gnu.org])
-AC_CONFIG_SRCDIR([docs/multiboot.texi])
+AC_CONFIG_SRCDIR([doc/multiboot.texi])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
CFLAGS="-m32 -nostdlib $CFLAGS"
dnl Output.
-AC_CONFIG_FILES([Makefile docs/Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile])
AC_OUTPUT
on the screen, so you can make use of the kernel to test a
Multiboot-compliant boot loader and for reference to how to implement a
Multiboot kernel. The source files can be found under the directory
-@file{docs} in the GRUB distribution.
+@file{doc} in the Multiboot source distribution.
The kernel @file{kernel} consists of only three files: @file{boot.S},
@file{kernel.c} and @file{multiboot.h}. The assembly source