summaryrefslogtreecommitdiff
path: root/fc-pattern
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16Fix a build issue due to the use of non-portable variablesAkira TAGOH1-2/+2
$< 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-3/+3
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
2012-03-10Fix a build fail on some environment.Akira TAGOH1-3/+3
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2-4/+4
2010-08-05Bug 29338 - fc-pattern.sgml, open para tagBehdad Esfahbod1-1/+1
2010-04-20Add fc-pattern cmdline toolBehdad Esfahbod3-0/+458