2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>

* docs/Makefile.am: Remove HELP2MAN.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-13 23:33:14 +01:00
parent f025d429b9
commit d8cae8cf39
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View 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.