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
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2009-10-06 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/i386/pc/grub-install.in: Source
|
* util/i386/pc/grub-install.in: Source
|
||||||
|
|
|
@ -174,7 +174,9 @@ handler.lst: $(HANDLERFILES)
|
||||||
parttool.lst: $(PARTTOOLFILES)
|
parttool.lst: $(PARTTOOLFILES)
|
||||||
cat $^ /dev/null | sort | uniq > $@
|
cat $^ /dev/null | sort | uniq > $@
|
||||||
|
|
||||||
|
ifneq (true, $(MAKEINFO))
|
||||||
info_INFOS += docs/grub.info
|
info_INFOS += docs/grub.info
|
||||||
|
endif
|
||||||
|
|
||||||
MOSTLYCLEANFILES += vti.tmp
|
MOSTLYCLEANFILES += vti.tmp
|
||||||
MAINTAINER_CLEANFILES += docs/stamp-vti docs/version.texi
|
MAINTAINER_CLEANFILES += docs/stamp-vti docs/version.texi
|
||||||
|
|
Loading…
Reference in a new issue