build process is cleaned up
This commit is contained in:
parent
bd6d015f8e
commit
9350d46a2a
54 changed files with 1479 additions and 1649 deletions
|
@ -1,12 +1,12 @@
|
|||
info_TEXINFOS = grub.texi multiboot.texi
|
||||
man_MANS = grub.8
|
||||
HELP2MAN = $(srcdir)/help2man
|
||||
HELP2MAN = 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=$@ $<
|
||||
$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
|
||||
$(srcdir)/$(HELP2MAN) --name="the stage2 emulator shell" \
|
||||
--section=8 --output=$@ $<
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue