diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:59:35 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:59:35 +0000 |
commit | f41bfa91862e418397aa3d4644e906209ad67474 (patch) | |
tree | 13e0a3c2888607c35d2b351489cd9bc82a78a58a /libstdc++-v3/Makefile.in | |
parent | cbb90fc84daca68cfc156c6fe0277ef918d9aad5 (diff) | |
download | gcc-f41bfa91862e418397aa3d4644e906209ad67474.tar.gz |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/Makefile.in')
-rw-r--r-- | libstdc++-v3/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/Makefile.in b/libstdc++-v3/Makefile.in index cb77cbc8009..7bb337c3059 100644 --- a/libstdc++-v3/Makefile.in +++ b/libstdc++-v3/Makefile.in @@ -798,8 +798,11 @@ TAGS: tags-recursive $(LISP) # Installation of distribution html documentation not yet supported # TODO: Write custom install-html rule. -.PHONY: install-html +.PHONY: install-html install-pdf install-html: + +# No install-pdf support in automake yet +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: |