/sbin/grub is always built and grub.8 is produced automatically
This commit is contained in:
parent
45d89b3d1a
commit
a0ca5d0c06
21 changed files with 697 additions and 92 deletions
|
@ -1,2 +1,12 @@
|
|||
info_TEXINFOS = grub.texi multiboot.texi
|
||||
EXTRA_DIST = menu.lst
|
||||
man_MANS = grub.8
|
||||
HELP2MAN = $(srcdir)/help2man
|
||||
noinst_SCRIPTS = $(HELP2MAN)
|
||||
|
||||
EXTRA_DIST = menu.lst $(man_MANS) $(noinst_SCRIPTS)
|
||||
|
||||
if GRUB_MAINT
|
||||
$(srcdir)/grub.8: ../grub/grub $(HELP2MAN)
|
||||
$(HELP2MAN) --name="the stage2 emulator shell" --section=8 \
|
||||
--output=$@ $<
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue