modify the implement of the maintainer mode.
This commit is contained in:
parent
7aca93df60
commit
694616c180
15 changed files with 193 additions and 94 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue