]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 13 Dec 2009 22:33:14 +0000 (23:33 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 13 Dec 2009 22:33:14 +0000 (23:33 +0100)
* docs/Makefile.am: Remove HELP2MAN.

ChangeLog
docs/Makefile.am

index 6a01f9d3b476fdae2208dd113a99da3440e667a9..8438d8c0bf4892f738850107906079fe8cbcbc5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index ffe967b60ae2b6880d8906ca49bebd1f574c2632..ab09efe5abf6807fc1d4832fa9332e4521841023 100644 (file)
@@ -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.