summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2018-01-06export GETTEXTDATADIR to refer the local .its/.loc file instead of using ↵Akira TAGOH1-1/+1
--its option
2017-11-07workaround to avoid modifying by gettextizeAkira TAGOH1-2/+1
2017-11-07Add the ruleset description supportAkira TAGOH1-6/+8
Trying to address what these configuration files really do. This change allows to see the short description that mention the purpose of the content in the config file and obtain them through API. This change also encourage one who want to make some UI for the user-specific configuration management. it is the main purpose of this change for me though. Aside from that, I've also made programs translatable. so we see more dependencies on the build time for gettext, and itstool to generate PO from xml.
2017-09-12Remove blanks facility from the libraryBehdad Esfahbod1-1/+1
XML parser does not accept it anymore either.
2017-09-12Remove fc-glyphnameBehdad Esfahbod1-1/+1
2015-02-27Hardcode the blanks in the libraryAkira TAGOH1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=79956
2013-09-30Add the relative path for <include> to fonts.conf if the parent path is same ↵Akira TAGOH1-1/+3
to fonts.conf Bug 69836 - fonts.conf.in update for Windows cross-compiling
2013-03-29Minor cleanupAkira TAGOH1-0/+1
2013-02-06Use LOG_COMPILER and AM_TESTS_ENVIRONMENTQuentin Glidic1-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>
2013-02-05Bug 60312 - DIST_SUBDIRS should never appear in a conditionalAkira TAGOH1-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
2013-02-05Use AM_MISSING_PROG instead of hardcoding missingAkira TAGOH1-1/+1
2013-02-01Use the PKG_INSTALLDIR macro.Christoph J. Thompson1-1/+0
modified: Makefile.am modified: configure.ac
2013-01-09Bug 29312 - RFE: feature to indicate which characters are missing to satisfy ↵Akira TAGOH1-1/+1
the language support Add fc-validate to check the language coverage in a font.
2013-01-02Trying to fix distcheckBehdad Esfahbod1-2/+9
Doesn't work though :(. Building docs is very fragile... At least, if docbook is present, distcheck passes now.
2013-01-02Switch .gitignore to git.mkBehdad Esfahbod1-0/+2
2012-08-27Fix for libtoolize's warningsAkira TAGOH1-0/+1
2012-06-11Generate bzip2-compressed tarball tooAkira TAGOH1-0/+2
2012-04-05Bug 29341 - Make some fontconfig paths configurableAkira TAGOH1-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
2012-03-29Move workaround macros for fat binaries into the separate header fileAkira TAGOH1-2/+3
2012-03-16Fix a build issue due to the use of non-portable variablesAkira TAGOH1-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.
2012-03-16Revert "Fix a build fail on some environment."Akira TAGOH1-1/+1
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
2012-03-11Get rid of $< from Makefile.amAkira TAGOH1-1/+1
2012-03-10Fix a build fail on some environment.Akira TAGOH1-1/+1
2010-12-28Make fc-arch stuff cross-compiling-safeBehdad Esfahbod1-1/+1
Fixes: Bug 32679 - fontconfig-2.8.0 does not cross compile Bug 25462 - Cross-compilation doesn't work
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-20Add fc-pattern cmdline toolBehdad Esfahbod1-1/+2
2010-02-25Bug 18886 installation crashes if fontconfig already installedBehdad Esfahbod1-2/+2
Run the uninstalled fc-cache, not the installed one.
2009-06-24Fix distcheckBehdad Esfahbod1-4/+3
2009-06-24[Makefile.am] Don't clean ChangeLog in distcleanBehdad Esfahbod1-1/+1
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-03-12Call git tools using "git cmd" instead of "git-cmd" syntaxBehdad Esfahbod1-1/+1
Recent git doesn't install the git-* commands in path.
2009-02-15Let make expand fc_cachedir/FC_CACHEDIR (bug #18675)Dan Nicholson1-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.
2009-02-13Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod1-1/+1
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead of FcFreeTypeQuery.
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod1-1/+1
2009-02-13Add fc-query (#13019)Behdad Esfahbod1-1/+1
2008-05-24Oops. Fix for bug 15928 used wrong path for installed fc-cache.Keith Packard1-2/+2
fc-cache lives in $(bindir)/fc-cache, not $(bindir)/fc-cache/fc-cache.
2008-05-24Fix Win32 build error: install tries to run fc-cache locally (bug 15928).Glen Low1-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)
2008-05-03Remove doltcompile in distcleanKeith Packard1-1/+1
2007-10-25A few fixups for make distcheck2.4.91Keith Packard1-1/+1
2007-10-18Fix ChangeLog generation to avoid circular make dependencyKeith Packard1-7/+4
2006-09-09Don't display tests for DESTDIR on make install.Keith Packard1-1/+1
Make install output quieter by eliding the shell commands used to test for DESTDIR being set during make install.
2006-09-09Rename conf.avail to conf.dKeith Packard1-1/+1
2006-09-09Merge branch 'jhcloos'Keith Packard1-1/+1
2006-09-07Create fc_cachedir at install time. Bug 8157.Keith Packard1-1/+1
2006-09-06Update for version 2.3.97.2.3.97Keith Packard1-1/+1
2006-09-04Update Makefile.am filesJames Cloos1-1/+1
2006-09-04Move files from conf.d to conf.availJames Cloos1-1/+1
All of the files in conf.d are now in conf.avail Makefile.am is updated to reflect the change
2006-09-03Update instructions for doing a release. Autogen ChangeLog from git-log.2.3.96Keith Packard1-0/+39
2006-09-01Really only rebuild caches for system fonts at make install time.Keith Packard1-1/+1
Oops. Fix actual fc-cache command line instead of just the displayed version.
2006-09-01Only rebuild caches for system fonts at make install time.Keith Packard1-1/+1
Rebuilding user-specific fonts will stick those cache files in the system font cache directory.