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/gdbserver/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/gdbserver/Makefile.in')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index dfb0803..5b2a3ed 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -177,8 +177,9 @@ uninstall: force installcheck: check: -info dvi: +info dvi pdf: install-info: +install-pdf: html: install-html: clean-info: |