3ecd5b83fb
2.65 * Hash function and value storing for field name mapping during xref expansion fixed. 2.64 * New resource expand.xdata introduced to control the expansion of xdata references. * New resource crossref.map introduced to add a field name mapping for crossrefs. * New resource clear.crossref.map introduced to clear the field name mapping for crossrefs. * io.c introduced to contain input and output file parameters. * Documentation switched to Lua\LaTeX. 2.63 * Omission of the previous release fixed. 2.62 * Combined rewrite and delete bug fixed. * Minor improvements for the distribution. * README renamed to README.md to comply with the conventions of the GitHub repository. 2.61 * New resource rename.field introduced to conditionally rename a field. * Typedef String for Uchar* and used across. * Duplicate file doc/bibtool.tex in the distribution tar ball eliminated. 2.60 * The field name and other symbols may start with any allowed character. Non-alpha characters at the beginning are treated as warning only. 2.59 * Fix in print.c to omit an empty line after overflowing lines. * Fix in print.c to avoid an overflow situation. 2.58 * Library tex_def.rsc extended with the primitives \i and \j. * The source tar is signed. The key of the author can be obtained from pgp.mit.edu. * Test renamed to test.
15 lines
422 B
Text
15 lines
422 B
Text
$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
|
|
|
|
##-----------------------------------------------------------------------------
|
|
|