2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
* Makefile.in (docs/grub.info): Use make syntax to ignore errors in $(MAKEINFO) invocation. This makes it clear in output that errors are being ignored.
This commit is contained in:
parent
94180ff6c7
commit
5947ae32f5
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* Makefile.in (docs/grub.info): Use make syntax to ignore errors
|
||||
in $(MAKEINFO) invocation. This makes it clear in output that
|
||||
errors are being ignored.
|
||||
|
||||
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved
|
||||
|
|
|
@ -197,7 +197,7 @@ docs/stamp-vti: docs/grub.texi configure.ac
|
|||
# Use --force until such time as the documentation is cleaned up.
|
||||
docs/grub.info: docs/grub.texi docs/version.texi docs/fdl.texi
|
||||
$(MKDIR_P) docs
|
||||
$(MAKEINFO) -P $(builddir)/docs --no-split --force $< -o $@ || :
|
||||
-$(MAKEINFO) -P $(builddir)/docs --no-split --force $< -o $@
|
||||
|
||||
ifeq (, $(UNIFONT_BDF))
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue