mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 02:25:55 +00:00
2009-10-06 Colin Watson <cjwatson@ubuntu.com>
* Makefile.in: Don't set info_INFOS unless makeinfo was found. Fixes bug #27602.
This commit is contained in:
parent
d244281ce6
commit
83b65c4afb
@ -1,3 +1,8 @@
|
||||
2009-10-06 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* Makefile.in: Don't set info_INFOS unless makeinfo was found.
|
||||
Fixes bug #27602.
|
||||
|
||||
2009-10-06 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/i386/pc/grub-install.in: Source
|
||||
|
@ -174,7 +174,9 @@ handler.lst: $(HANDLERFILES)
|
||||
parttool.lst: $(PARTTOOLFILES)
|
||||
cat $^ /dev/null | sort | uniq > $@
|
||||
|
||||
ifneq (true, $(MAKEINFO))
|
||||
info_INFOS += docs/grub.info
|
||||
endif
|
||||
|
||||
MOSTLYCLEANFILES += vti.tmp
|
||||
MAINTAINER_CLEANFILES += docs/stamp-vti docs/version.texi
|
||||
|
Loading…
Reference in New Issue
Block a user