Makefile.am: Add dummy install-pdf target.
* Makefile.am: Add dummy install-pdf target. * Makefile.in: Regenerate From-SVN: r122449
This commit is contained in:
parent
dd8e0a66b6
commit
c0781449fe
3 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* Makefile.am: Add dummy install-pdf target.
|
||||
* Makefile.in: Regenerate
|
||||
|
||||
2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
|
||||
|
|
|
@ -59,9 +59,11 @@ AM_MAKEFLAGS = \
|
|||
"RANLIB=$(RANLIB)" \
|
||||
"DESTDIR=$(DESTDIR)"
|
||||
|
||||
# No html, or install-html support.
|
||||
.PHONY: html install-html
|
||||
# No html support.
|
||||
# No install-html or install-pdf support in automake yet
|
||||
.PHONY: html install-html install-pdf
|
||||
|
||||
html:
|
||||
install-html:
|
||||
install-pdf:
|
||||
|
||||
|
|
|
@ -601,11 +601,13 @@ uninstall-am: uninstall-toolexeclibLIBRARIES
|
|||
uninstall-toolexeclibLIBRARIES
|
||||
|
||||
|
||||
# No html, or install-html support.
|
||||
.PHONY: html install-html
|
||||
# No html support.
|
||||
# No install-html or install-pdf support in automake yet
|
||||
.PHONY: html install-html install-pdf
|
||||
|
||||
html:
|
||||
install-html:
|
||||
install-pdf:
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
Loading…
Add table
Reference in a new issue