2009-09-21 Colin Watson <cjwatson@ubuntu.com>
Build info documentation. Some code borrowed from Automake. * configure.ac: Check for makeinfo. * Makefile.in (MAKEINFO, INFOS, info_INFOS): New variables. (MAINTAINER_CLEANFILES): Add $(INFOS), docs/stamp-vti, and docs/version.texi. (MOSTLYCLEANFILES): Add vti.tmp. (docs/version.texi, docs/stamp-vti): Update automatically. (docs/grub.info): Build info documentation. Use --force and ignore errors for now. (all-local): Add $(INFOS). (install-local): Install info files. (uninstall): Uninstall info files. * docs/version.texi: Remove from revision control. This file is automatically generated on build now. * gendistlist.sh: Add `*.info'.
This commit is contained in:
parent
e0b37bb5b1
commit
c44c90db27
5 changed files with 75 additions and 8 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2009-09-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
Build info documentation. Some code borrowed from Automake.
|
||||
|
||||
* configure.ac: Check for makeinfo.
|
||||
* Makefile.in (MAKEINFO, INFOS, info_INFOS): New variables.
|
||||
(MAINTAINER_CLEANFILES): Add $(INFOS), docs/stamp-vti, and
|
||||
docs/version.texi.
|
||||
(MOSTLYCLEANFILES): Add vti.tmp.
|
||||
(docs/version.texi, docs/stamp-vti): Update automatically.
|
||||
(docs/grub.info): Build info documentation. Use --force and ignore
|
||||
errors for now.
|
||||
(all-local): Add $(INFOS).
|
||||
(install-local): Install info files.
|
||||
(uninstall): Uninstall info files.
|
||||
* docs/version.texi: Remove from revision control. This file is
|
||||
automatically generated on build now.
|
||||
* gendistlist.sh: Add `*.info'.
|
||||
|
||||
2009-09-21 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* kern/term.c: Fix indentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue