Commit c0781449 by Brooks Moses Committed by Brooks Moses

Makefile.am: Add dummy install-pdf target.

* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

From-SVN: r122449
parent dd8e0a66
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> 2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4. * Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
......
...@@ -59,9 +59,11 @@ AM_MAKEFLAGS = \ ...@@ -59,9 +59,11 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \ "RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)" "DESTDIR=$(DESTDIR)"
# No html, or install-html support. # No html support.
.PHONY: html install-html # No install-html or install-pdf support in automake yet
.PHONY: html install-html install-pdf
html: html:
install-html: install-html:
install-pdf:
...@@ -601,11 +601,13 @@ uninstall-am: uninstall-toolexeclibLIBRARIES ...@@ -601,11 +601,13 @@ uninstall-am: uninstall-toolexeclibLIBRARIES
uninstall-toolexeclibLIBRARIES uninstall-toolexeclibLIBRARIES
# No html, or install-html support. # No html support.
.PHONY: html install-html # No install-html or install-pdf support in automake yet
.PHONY: html install-html install-pdf
html: html:
install-html: install-html:
install-pdf:
# Tell versions [3.59,3.63) of GNU make to not export all variables. # 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. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment