From d8cae8cf399cba44078810684e0a5dd432c42434 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sun, 13 Dec 2009 23:33:14 +0100 Subject: [PATCH] 2009-12-13 Vladimir Serbinenko * docs/Makefile.am: Remove HELP2MAN. --- ChangeLog | 4 ++++ docs/Makefile.am | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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.