add a prelimary version of a new manual.

This commit is contained in:
okuji 1999-10-19 07:09:27 +00:00
parent e865376cd5
commit 28f2016a13
3 changed files with 173 additions and 1 deletions

View file

@ -6,8 +6,11 @@ HELP2MAN = help2man
SRC2TEXI = src2texi
noinst_SCRIPTS = $(HELP2MAN) $(SRC2TEXI)
# The unfinished manuals.
UNFINISHED_MANUALS = new-grub.texi
EXTRA_DIST = menu.lst $(man_MANS) $(noinst_SCRIPTS) \
$(EXAMPLES) $(multiboot_TEXINFOS)
$(EXAMPLES) $(multiboot_TEXINFOS) $(UNFINISHED_MANUALS)
# Cancel the rule %.texi -> %. This rule may confuse make to determine
# the dependecies.