f926fb448b
dvips takes a DVI file file[.dvi] produced by TeX (or by some other processor such as GFtoDVI) and converts it to PostScript, normally sending the result directly to the (laser)printer. The DVI file may be specified without the .dvi extension. Fonts used may either be resident in the printer or defined as bitmaps in PK files, or a `virtual' combination of both. If the mktexpk program is installed, either be resident in the printer or defined as bitmaps in PK files, or a `virtual' combination of both. If the mktexpk program is installed, dvips will automatically invoke METAFONT to generate fonts that don't already exist.
14 lines
455 B
Text
14 lines
455 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2009/02/17 19:10:49 minskim Exp $
|
|
|
|
Use the kpathsea library in print/kpathsea.
|
|
|
|
--- Makefile.in.orig 2008-04-29 15:40:29.000000000 -0700
|
|
+++ Makefile.in
|
|
@@ -66,7 +66,6 @@ $(prologues): squeeze
|
|
texc.lpro: texc.script tex.lpro
|
|
$(SHELL) $(srcdir)/texc.script $(srcdir)/tex.lpro $@
|
|
|
|
-kpse_include ../make/tkpathsea.mk
|
|
|
|
# The environment for running check.
|
|
# No need to specify TEXMF, as ../kpathsea/texmf.cnf should contain
|