You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libtommath/pdflatex.patch
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./makefile.orig 2006-12-02 01:07:36.000000000 -0300
+++ ./makefile 2006-12-02 01:16:20.000000000 -0300
@@ -128,9 +128,9 @@
# makes the LTM book DVI file, requires tetex, perl and makeindex [part of tetex I think]
docdvi: tommath.src
- cd pics ; MAKE=${MAKE} ${MAKE}
+ cd pics ; MAKE=${MAKE} ${MAKE} pdfes
echo "hello" > tommath.ind
- perl booker.pl
+ perl booker.pl PDF
latex tommath > /dev/null
latex tommath > /dev/null
makeindex tommath
@@ -143,7 +143,7 @@
# makes the LTM book PDF file, requires tetex, cleans up the LaTeX temp files
docs: docdvi
- dvipdf tommath
+ pdflatex tommath
rm -f tommath.log tommath.aux tommath.dvi tommath.idx tommath.toc tommath.lof tommath.ind tommath.ilg
cd pics ; MAKE=${MAKE} ${MAKE} clean