Final touches for release.
This commit is contained in:
parent
cb6a267f1e
commit
cec4786ec2
10 changed files with 35 additions and 20 deletions
|
@ -5,6 +5,12 @@ noinst_SCRIPTS = $(HELP2MAN)
|
|||
|
||||
EXTRA_DIST = menu.lst $(man_MANS) $(noinst_SCRIPTS)
|
||||
|
||||
# FIXME: Use this rule until Debian has the new Texinfo.
|
||||
grub.info: grub.texi
|
||||
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
||||
cd $(srcdir) \
|
||||
&& sed 's/@command/@file/g; s/ifnottex/ifinfo/' grub.texi | $(MAKEINFO)
|
||||
|
||||
if GRUB_MAINT
|
||||
$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
|
||||
$(srcdir)/$(HELP2MAN) --name="the stage2 emulator shell" \
|
||||
|
|
|
@ -395,6 +395,11 @@ all-redirect all-am all install-strip installdirs mostlyclean-generic \
|
|||
distclean-generic clean-generic maintainer-clean-generic clean \
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
# FIXME: Use this rule until Debian has the new Texinfo.
|
||||
grub.info: grub.texi
|
||||
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
||||
cd $(srcdir) \
|
||||
&& sed 's/@command/@file/g; s/ifnottex/ifinfo/' grub.texi | $(MAKEINFO)
|
||||
|
||||
@GRUB_MAINT_TRUE@$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
|
||||
@GRUB_MAINT_TRUE@ $(srcdir)/$(HELP2MAN) --name="the stage2 emulator shell" \
|
||||
|
|
|
@ -187,7 +187,7 @@ Standard, Motivation, multiboot, The Multiboot Standard}.
|
|||
|
||||
The other goals, listed in approximate order of importance, are:
|
||||
|
||||
@itemize
|
||||
@itemize @bullet{}
|
||||
@item
|
||||
Basic functions must be straightforward for end-users.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue