diff --git a/ChangeLog b/ChangeLog index 6a01f9d3b..8438d8c0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-13 Vladimir Serbinenko + + * docs/Makefile.am: Remove HELP2MAN. + 2009-12-13 Vladimir Serbinenko * configure.ac: Remove non-multiboot stuff. diff --git a/docs/Makefile.am b/docs/Makefile.am index ffe967b60..ab09efe5a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,9 +1,8 @@ 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.