summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove blanks facility from the libraryBehdad Esfahbod2017-09-121-1/+1
| | | | XML parser does not accept it anymore either.
* Remove fc-glyphnameBehdad Esfahbod2017-09-121-1/+1
|
* Hardcode the blanks in the libraryAkira TAGOH2015-02-271-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=79956
* Add the relative path for <include> to fonts.conf if the parent path is same ↵Akira TAGOH2013-09-301-1/+3
| | | | | | to fonts.conf Bug 69836 - fonts.conf.in update for Windows cross-compiling
* Minor cleanupAkira TAGOH2013-03-291-0/+1
|
* Use LOG_COMPILER and AM_TESTS_ENVIRONMENTQuentin Glidic2013-02-061-1/+0
| | | | | | | | | | | | | | TESTS_ENVIRONMENT is deprecated and should be reserved to the user to override the test environment <ext>_LOG_COMPILER is meant to contain the program that runs the test with <ext> extension LOG_COMPILER is for extensionless tests AM_TESTS_ENVIRONMENT is meant to set the environment for the tests https://bugs.freedesktop.org/show_bug.cgi?id=60192 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* Bug 60312 - DIST_SUBDIRS should never appear in a conditionalAkira TAGOH2013-02-051-3/+0
| | | | | | | | | | | | | As it is documented like this: If SUBDIRS is defined conditionally using Automake conditionals, Automake will define DIST_SUBDIRS automatically from the possible values of SUBDIRS in all conditions. So we don't need to re-define DIST_SUBDIRS in Makefile.am unless we use AC_SUBST to define SUBDIRS. Patch from Quentin Glidic
* Use AM_MISSING_PROG instead of hardcoding missingAkira TAGOH2013-02-051-1/+1
|
* Use the PKG_INSTALLDIR macro.Christoph J. Thompson2013-02-011-1/+0
| | | | | modified: Makefile.am modified: configure.ac
* Bug 29312 - RFE: feature to indicate which characters are missing to satisfy ↵Akira TAGOH2013-01-091-1/+1
| | | | | | the language support Add fc-validate to check the language coverage in a font.
* Trying to fix distcheckBehdad Esfahbod2013-01-021-2/+9
| | | | | | Doesn't work though :(. Building docs is very fragile... At least, if docbook is present, distcheck passes now.
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
|
* Fix for libtoolize's warningsAkira TAGOH2012-08-271-0/+1
|
* Generate bzip2-compressed tarball tooAkira TAGOH2012-06-111-0/+2
|
* Bug 29341 - Make some fontconfig paths configurableAkira TAGOH2012-04-051-16/+20
| | | | | | | | | | | | | Add configure options to set the directory to be installed: --with-templatedir for the configuration files a.k.a. /etc/fonts/conf.avail --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts --with-configdir for the active configuration files a.k.a. /etc/fonts/conf.d --with-xmldir for fonts.dtd etc and the default path for templatedir is changed to ${datadir}/fontconfig/conf.avail
* Move workaround macros for fat binaries into the separate header fileAkira TAGOH2012-03-291-2/+3
|
* Fix a build issue due to the use of non-portable variablesAkira TAGOH2012-03-161-5/+5
| | | | | | | | $< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value.
* Revert "Fix a build fail on some environment."Akira TAGOH2012-03-161-1/+1
| | | | | | | | This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
* Get rid of $< from Makefile.amAkira TAGOH2012-03-111-1/+1
|
* Fix a build fail on some environment.Akira TAGOH2012-03-101-1/+1
|
* Make fc-arch stuff cross-compiling-safeBehdad Esfahbod2010-12-281-1/+1
| | | | | | Fixes: Bug 32679 - fontconfig-2.8.0 does not cross compile Bug 25462 - Cross-compilation doesn't work
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
|
* Add fc-pattern cmdline toolBehdad Esfahbod2010-04-201-1/+2
|
* Bug 18886 installation crashes if fontconfig already installedBehdad Esfahbod2010-02-251-2/+2
| | | | Run the uninstalled fc-cache, not the installed one.
* Fix distcheckBehdad Esfahbod2009-06-241-4/+3
|
* [Makefile.am] Don't clean ChangeLog in distcleanBehdad Esfahbod2009-06-241-1/+1
|
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
|
* Call git tools using "git cmd" instead of "git-cmd" syntaxBehdad Esfahbod2009-03-121-1/+1
| | | | Recent git doesn't install the git-* commands in path.
* Let make expand fc_cachedir/FC_CACHEDIR (bug #18675)Dan Nicholson2009-02-151-1/+12
| | | | | | configure replaces a NONE prefix with the default prefix too late. So we move fonts.conf creation to Makefile, such that prefix is correctly expanded. Ugly, but works.
* Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod2009-02-131-1/+1
| | | | | This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead of FcFreeTypeQuery.
* Get rid of $Id$ tagsBehdad Esfahbod2009-02-131-1/+1
|
* Add fc-query (#13019)Behdad Esfahbod2009-02-131-1/+1
|
* Oops. Fix for bug 15928 used wrong path for installed fc-cache.Keith Packard2008-05-241-2/+2
| | | | fc-cache lives in $(bindir)/fc-cache, not $(bindir)/fc-cache/fc-cache.
* Fix Win32 build error: install tries to run fc-cache locally (bug 15928).Glen Low2008-05-241-2/+2
| | | | | | | | | When building in Win32 e.g. with MinGW, the install tries to run fc-cache locally but the required DLL's are not in the path. I've included a patch for this to fix Makefile.in to run fc-cache from bindir but obviously this should be applied to Makefile.am instead. (the second part of this patch was already in the tree)
* Remove doltcompile in distcleanKeith Packard2008-05-031-1/+1
|
* A few fixups for make distcheck2.4.91Keith Packard2007-10-251-1/+1
|
* Fix ChangeLog generation to avoid circular make dependencyKeith Packard2007-10-181-7/+4
|
* Don't display tests for DESTDIR on make install.Keith Packard2006-09-091-1/+1
| | | | | Make install output quieter by eliding the shell commands used to test for DESTDIR being set during make install.
* Rename conf.avail to conf.dKeith Packard2006-09-091-1/+1
|
* Merge branch 'jhcloos'Keith Packard2006-09-091-1/+1
|\
| * Update Makefile.am filesJames Cloos2006-09-041-1/+1
| |
| * Move files from conf.d to conf.availJames Cloos2006-09-041-1/+1
| | | | | | | | | | All of the files in conf.d are now in conf.avail Makefile.am is updated to reflect the change
* | Create fc_cachedir at install time. Bug 8157.Keith Packard2006-09-071-1/+1
| |
* | Update for version 2.3.97.2.3.97Keith Packard2006-09-061-1/+1
|/
* Update instructions for doing a release. Autogen ChangeLog from git-log.2.3.96Keith Packard2006-09-031-0/+39
|
* Really only rebuild caches for system fonts at make install time.Keith Packard2006-09-011-1/+1
| | | | Oops. Fix actual fc-cache command line instead of just the displayed version.
* Only rebuild caches for system fonts at make install time.Keith Packard2006-09-011-1/+1
| | | | | Rebuilding user-specific fonts will stick those cache files in the system font cache directory.
* Construct short architecture name from architecture signature.Keith Packard2006-08-271-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.
* Fix Makefile.am for removal of debian/ directory.Patrick Lam2006-03-081-34/+1
|
* Fix placement of @s.fc-2_3_94Patrick Lam2006-02-241-7/+7
|