modify the implement of the maintainer mode.

This commit is contained in:
okuji 1999-09-13 13:32:31 +00:00
parent 7aca93df60
commit 694616c180
15 changed files with 193 additions and 94 deletions

View file

@ -11,8 +11,8 @@ grub.info: grub.texi
cd $(srcdir) \
&& sed 's/@command/@file/g; s/ifnottex/ifinfo/' grub.texi | $(MAKEINFO)
if GRUB_MAINT
if MAINTAINER_MODE
$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
$(srcdir)/$(HELP2MAN) --name="the grub shell" \
$(PERL) $(srcdir)/$(HELP2MAN) --name="the grub shell" \
--section=8 --output=$@ $<
endif