- Forced PostScript target in the doc directory to file. - Subsetting code extended in order to ensure that components of composite characters are also part of the subset. - Hinting meachanism reworked in order to get rid of some rasterizing artifacts. - Experimental support for stroked fonts (PaintType=1) - Experimental support for stroking standard ATM fonts with PaintType=0. - Functions for drawing rectangles. - Bug Fixes Changes 5.0.1: - Support for Flex was not adapted to the changes from 5.0.0. This led to rasterization errors in fonts that use the Flex functionality --> fixed. - Bug Fixes
22 lines
687 B
Text
22 lines
687 B
Text
$NetBSD: patch-ac,v 1.2 2004/03/03 11:28:11 adam Exp $
|
|
|
|
--- lib/Makefile.in.orig 2002-06-25 02:15:30.000000000 +0000
|
|
+++ lib/Makefile.in
|
|
@@ -162,17 +162,10 @@ clean: dummy
|
|
install: dummy
|
|
$(MKINSTALLDIRS) $(libdir)
|
|
$(MKINSTALLDIRS) $(includedir)
|
|
- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@
|
|
$(LIBTOOL) --mode=install \
|
|
$(INSTALL_DATA) $(MAIN_TARGET) $(libdir)
|
|
$(LIBTOOL) --mode=install \
|
|
$(INSTALL_DATA) $(MAIN_HEADER) $(includedir)
|
|
- if (test -f @T1LIB_DATA_DIR@/t1lib.config) \
|
|
- then \
|
|
- echo "Alert: Global configuration file exists, installation skipped!"; \
|
|
- else \
|
|
- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \
|
|
- fi;
|
|
|
|
|
|
uninstall: dummy
|