summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-02-22Use COMPRESS_FLAGS to improve build reproducibilityAlan Coopersmith1-1/+1
Raises required version of font-util from 1.2 to 1.4 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-18Update README for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2016-09-12Typo: font.dir -> fonts.dirMatthieu Herrb1-1/+1
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-23Makefile.am: add INSTALL target and clean ChangeLog DIST targetsGaetan Nadon1-4/+5
Add INSTALL target to generate file with INSTALL_CMD #24206 ChangeLog is not required in EXTRA_DIST #24432 ChangeLog is not required in MAINTAINERCLEANFILES #24432
2009-10-07Migrate to xorg macros 1.3 & font-util 1.1 macrosAlan Coopersmith1-24/+23
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-27Janitor: Correct make distcheck and configure.ac simplificationPaulo Cesar Pereira de Andrade1-2/+2
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos1-0/+10
2005-11-24Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.Eric Anholt1-10/+10
2005-11-15Add configure options to change the installed font dir and disableKevin E Martin1-2/+19
ISO8859-* fonts.
2005-10-02Add explicit all-local targets so Solaris make can build, since it won'tAlan Coopersmith1-0/+2
recursively follow the implicit targets (.bdf -> -ISO-8859-1.bdf -> pcf.gz) Fix a couple of remaining GNU-make-isms
2005-07-22Fix distcheck for fonts with multiple encodingsKevin E Martin1-2/+11
2005-07-19Convert $(foreach...) to more portable suffix substitution rulesAlan Coopersmith1-20/+21
2005-06-30Initial build system files for font moduleKevin E Martin1-0/+152