diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-03-27 18:09:36 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-03-27 18:09:36 +0000 |
commit | 9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0 (patch) | |
tree | 7013c2be046a635665b169add76b9ecaf886c13d /gdb/testsuite/Makefile.in | |
parent | b741e217929039042129802a61e4510c580ecc79 (diff) | |
download | gdb-9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0.zip gdb-9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0.tar.gz gdb-9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0.tar.bz2 |
Add "make pdf" and "make install-pdf", from Brooks Moses
<brooks.moses@codesourcery.com>.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r-- | gdb/testsuite/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 44dc0a1..edcd35c 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -91,6 +91,8 @@ INFODIRS=doc info: install-info: dvi: +pdf: +install-pdf: html: install-html: |