diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-17 04:24:13 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-17 04:24:13 +0000 |
commit | 0274b253d4936472845f16b1beb034d5a9ebcaa2 (patch) | |
tree | d01cd349994653010f7655aa8c9e9c623a7af28b /libada/Makefile.in | |
parent | 101bf67910f8ed1983bfe57d8a72493de97de118 (diff) | |
download | gcc-0274b253d4936472845f16b1beb034d5a9ebcaa2.tar.gz |
gcc/ada/
* Makefile.in: Add TEXI2PDF definition.
* Make-lang.in: Add "ada.pdf" target.
libada/
* Makefile.in: Add dummy "pdf" target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libada/Makefile.in')
-rw-r--r-- | libada/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libada/Makefile.in b/libada/Makefile.in index 6133b175e29..5a7bfcc5d0a 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -116,6 +116,9 @@ info: # Build DVI (none here). dvi: +# Build PDF (none here). +pdf: + # Build html (none here). html: |