mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
422 B
Plaintext
16 lines
422 B
Plaintext
$NetBSD: patch-doc_Makefile,v 1.1 2016/09/08 03:52:26 markd Exp $
|
|
|
|
c_lib.pdf wont build as uses obsolete font commands
|
|
|
|
--- doc/Makefile.orig 2016-06-01 08:38:05.000000000 +0000
|
|
+++ doc/Makefile
|
|
@@ -32,7 +32,7 @@ DIR_SEP = /
|
|
.aux.bbl:
|
|
$(BIBTEX) $*
|
|
|
|
-TARGETS = bibtool.pdf ref_card.pdf c_lib.pdf
|
|
+TARGETS = bibtool.pdf ref_card.pdf
|
|
|
|
##-----------------------------------------------------------------------------
|
|
|