pkgsrc/cad/pcb/patches/patch-ac
dmcmahill 8dba45a0e5 remove depends on teTeX and add a patch to not run latex. Provide the docs
as files instead of requiring the user to install one of our largest packages
just to build them.  Note, in the previous version of this pkg, the docs generated
with latex weren't even being installed (!).
2000-08-31 14:55:29 +00:00

13 lines
334 B
Text

$NetBSD: patch-ac,v 1.1 2000/08/31 14:55:32 dmcmahill Exp $
don't force the user to have latex for building the docs
--- doc/Imakefile.orig Wed May 13 06:29:09 1998
+++ doc/Imakefile Thu Aug 31 10:18:06 2000
@@ -32,5 +32,5 @@
*/
-all:: pcb.man pcb.ps pcb.html pcb.info refcard.ps
+all:: pcb.man
InstallManPage(pcb,$(MANDIR))