2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* docs/Makefile.am: Remove HELP2MAN.
This commit is contained in:
parent
f025d429b9
commit
d8cae8cf39
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
2009-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Remove non-multiboot stuff.
|
* configure.ac: Remove non-multiboot stuff.
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
info_TEXINFOS = multiboot.texi
|
info_TEXINFOS = multiboot.texi
|
||||||
EXAMPLES = boot.S kernel.c multiboot.h
|
EXAMPLES = boot.S kernel.c multiboot.h
|
||||||
multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
|
multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
|
||||||
HELP2MAN = help2man
|
|
||||||
SRC2TEXI = src2texi
|
SRC2TEXI = src2texi
|
||||||
noinst_SCRIPTS = $(HELP2MAN) $(SRC2TEXI)
|
noinst_SCRIPTS = $(SRC2TEXI)
|
||||||
EXTRA_PROGRAMS = kernel
|
EXTRA_PROGRAMS = kernel
|
||||||
|
|
||||||
# The example kernel is built if you specify --enable-example-kernel.
|
# The example kernel is built if you specify --enable-example-kernel.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue