* docs/Makefile.am: Remove HELP2MAN.
+2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * docs/Makefile.am: Remove HELP2MAN.
+
2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Remove non-multiboot stuff.
info_TEXINFOS = multiboot.texi
EXAMPLES = boot.S kernel.c multiboot.h
multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
-HELP2MAN = help2man
SRC2TEXI = src2texi
-noinst_SCRIPTS = $(HELP2MAN) $(SRC2TEXI)
+noinst_SCRIPTS = $(SRC2TEXI)
EXTRA_PROGRAMS = kernel
# The example kernel is built if you specify --enable-example-kernel.