aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/refcard.tex
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-03-27 18:09:36 +0000
committerDaniel Jacobowitz <drow@false.org>2007-03-27 18:09:36 +0000
commit9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0 (patch)
tree7013c2be046a635665b169add76b9ecaf886c13d /gdb/doc/refcard.tex
parentb741e217929039042129802a61e4510c580ecc79 (diff)
downloadgdb-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/doc/refcard.tex')
-rw-r--r--gdb/doc/refcard.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/refcard.tex b/gdb/doc/refcard.tex
index f6f0a0f..6d48302 100644
--- a/gdb/doc/refcard.tex
+++ b/gdb/doc/refcard.tex
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%% gdb-refcard.tex %%%%%%%%%%%%%%%%
%This file is TeX source for a reference card describing GDB, the GNU debugger.
-%Copyright (C) 1991, 1992, 1993, 1996, 1998, 1999, 2000
+%Copyright (C) 1991, 1992, 1993, 1996, 1998, 1999, 2000, 2007
%Free Software Foundation, Inc.
%Permission is granted to make and distribute verbatim copies of
%this reference provided the copyright notices and permission notices
@@ -98,6 +98,10 @@
\vmargin=.25in % vertical margin width
\secskip=1pc % space between refcard secs
\lskip=2pt % extra skip between \sec entries
+\ifx\pdfoutput\undefined\else % check if we are using pdfTeX
+ \pdfpagewidth=\totalwidth % width of paper in pdf output
+ \pdfpageheight=\totalheight % height of paper in pdf output
+\fi
%------- end papersize params
%%
%% change according to personal taste, not papersize dependent