diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-26 14:57:45 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-26 14:57:45 +0000 |
commit | efea8179a3a55cb7719ff156ca3bad1789dba86f (patch) | |
tree | 6c2ef8087df229ec5b852562a595dfb800d83cf0 /libstdc++-v3/Makefile.in | |
parent | fc6ec6f9acc8c19217254f3f322953f1442ce028 (diff) | |
download | gcc-efea8179a3a55cb7719ff156ca3bad1789dba86f.tar.gz |
2006-05-26 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/Makefile.in')
-rw-r--r-- | libstdc++-v3/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/Makefile.in b/libstdc++-v3/Makefile.in index 78f26a7f1c2..e7c8c9e6d4c 100644 --- a/libstdc++-v3/Makefile.in +++ b/libstdc++-v3/Makefile.in @@ -786,6 +786,11 @@ check-%: # All the machinations with string instantiations messes up the # automake-generated TAGS rule. Make a simple one here. TAGS: tags-recursive $(LISP) + +# Installation of distribution html documentation not yet supported +# TODO: Write custom install-html rule. +.PHONY: install-html +install-html: # 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: |