summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2006-08-27Construct short architecture name from architecture signature.Keith Packard1-1/+1
Map existing architecture signature to short architecture name at build time. This architecture name is (as yet) unused, but will be used to build per-architecture cache files with names made unique by including the architecture name. The auto-detected architecture name can be overridden with the --with-arch=ARCH configure option.
2006-03-08Fix Makefile.am for removal of debian/ directory.Patrick Lam1-34/+1
2006-02-24Fix placement of @s.fc-2_3_94Patrick Lam1-7/+7
2006-02-24Remove unconditional emboldening (per Behdad's instructions).Patrick Lam1-5/+5
Add @s to hide some echos.
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam1-1/+1
fonts.cache-1 files (e.g. for grepping and validation of the mmap codepath), as per James Cloos' request. Remove done 'TODO' comment. Updates for development release 2.3.90.
2005-03-03Move debian-specific conf file examples upstream.Keith Packard1-3/+0
Sub-pixel configuration examples must smash subpixel value as Xft always sets it from X. Change sub-pixel rendering debconf descriptions from Enable/Disable to Always/Never.
2005-03-03Ignore more build detritusKeith Packard1-1/+49
Add debian package construction stuff. Update to newer versions of these tools Get library manuals to build again (we love automake). Update debian build system to switch maintainers and deal with 2.3 functionality
2005-02-28Create prototype /etc/fonts/conf.d directory with a few sampleKeith Packard1-22/+2
configuration files. Deprecate use of local.conf for local customizations in favor of this directory based scheme which is more easily integrated into installation systems. Tag FC_EMBOLDEN as a boolean variable
2005-01-13Add SEE ALSO section (bug 2085)Keith Packard1-1/+16
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com>
2004-12-29Reorder utility programs to make sure fc-case is run before fc-lang asKeith Packard1-1/+1
fc-lang uses fcstr.c which uses fccase.h Fix broken XML
2004-12-29Adopt some RedHat suggestions for standard font configuration.Keith Packard1-1/+1
Add new helper program 'fc-case' to construct case folding tables from standard Unicode CaseFolding.txt file Re-implement case insensitive functions with Unicode aware versions (including full case folding mappings)
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-12-05Update links to new freedesktop.org locationsfc-2_2_97Keith Packard1-0/+24
Add uninstall-local to get rid of fonts.conf and local.conf if they match the distributed versions. Fixes 'make distcheck'
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard1-1/+12
Add detection of iconv Document new selectfont elements Switch to UTF-8 in comment Add fullname, and family/style/fullname language entries Respect selectfont/*/glob Add support for selectfont Add multi-lingual family/style/fullname support Expose FcListPatternMatchAny (which selectfont/*/pattern uses) Add new FcPatternRemove/FcPatternAppend. FcObjectStaticName stores computed pattern element names which are required to be static.
2004-09-09Remove spurious / after $(DESTDIR)Keith Packard1-1/+1
reviewed by: keithp
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard1-0/+1
tested to ensure that it even works from a _build directory.
2003-06-17Bug 75: dont build docs unless docbook is available. Dont install docsKeith Packard1-1/+2
unless they are pre-built or buildable
2003-06-09Add fc-match program to demonstrate font matching from the command lineKeith Packard1-1/+1
2003-05-04Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodingsKeith Packard1-1/+1
2003-04-11Run fc-cache from local dir instead of install dir to help LFS installs (IKeith Packard1-1/+1
hope)
2003-03-22Changes for Windows:Tor Lillqvist1-1/+2
On Windows with gcc (a.k.a. mingw) build as a DLL. We don't want to hardcode the fonts.conf file location in the DLL, so we look up the DLL location at run-time in a DllMain() function. The fonts.conf location is deduced from that. The colon can't be used as path separator on Windows, semicolon is used instead. File path components can be separated with either slash or backslash. Absolute paths can also begin with a drive letter. Add internal function FcStrLastSlash that strrchr's the last slash, or backslash on Windows. There is no link() on Windows. For atomicity checks, mkdir a lock directory instead. In addition to HOME, also look for USERPROFILE. Recognize the special font directory token WINDOWSFONTDIR, to use the system's font directory. Remove the fontconfig-def.cpp that was obsolete. Add fontconfig.def(.in), without internal functions. Add a fontconfig-zip(.in) script, used to build a binary distribution.
2003-03-02Switch back to -version-info for fontconfig as its at minor 0. AddKeith Packard1-1/+0
--system-only to fc-cache. Fix FC_VERSION to match product version rather than .so version
2003-03-02Add ltmain.sh to the packageKeith Packard1-0/+1
2003-03-02make dist works now. Update to 2.1.90 in preparation for eventual 2.2Keith Packard1-1/+2
release
2003-03-01Add simple testsKeith Packard1-1/+1
2003-03-01Switch to docbook and split documentation into piecesKeith Packard1-1/+1
2003-02-24Switch to automakeKeith Packard1-0/+49