From 9e1af99b17be1d9cde3b4517e0e6071e64fb4b64 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 7 Feb 2003 00:13:37 +0000 Subject: [PATCH] Build fc-lang, install local.conf --- Makefile.in | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 69ea96c..053197a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ TOPDIR = . include $(TOPDIR)/config/Makedefs -DIRS = src fc-cache fc-list fontconfig +DIRS = fc-lang src fc-cache fc-list fontconfig all install clean:: for d in $(DIRS); do (cd $$d && $(MAKE) $@) || exit 1; done @@ -65,18 +65,23 @@ $(DESTDIR)$(LIBDIR)/pkgconfig: # # install config files # -install:: $(DESTDIR)$(CONFDIR)/fonts.conf $(DESTDIR)$(CONFDIR)/fonts.dtd +install:: $(DESTDIR)$(CONFDIR)/fonts.conf \ + $(DESTDIR)$(CONFDIR)/fonts.dtd \ + $(DESTDIR)$(CONFDIR)/local.conf $(DESTDIR)$(CONFDIR)/fonts.conf:: fonts.conf + $(INSTALL_DATA) fonts.conf $(DESTDIR)$(CONFDIR)/fonts.conf + +$(DESTDIR)$(CONFDIR)/fonts.dtd:: fonts.dtd + $(INSTALL_DATA) fonts.dtd $(DESTDIR)$(CONFDIR)/fonts.dtd + +$(DESTDIR)$(CONFDIR)/local.conf:: local.conf if [ -f $@ ]; then \ echo "Not overwriting existing $@"; \ else \ - $(INSTALL_DATA) fonts.conf $(DESTDIR)$(CONFDIR)/fonts.conf; \ + $(INSTALL_DATA) local.conf $(DESTDIR)$(CONFDIR)/local.conf; \ fi -$(DESTDIR)$(CONFDIR)/fonts.dtd:: fonts.dtd - $(INSTALL_DATA) fonts.dtd $(DESTDIR)$(CONFDIR)/fonts.dtd - # # install fontconfig-config script # -- 2.39.5