From: Keith Packard Date: Fri, 7 Feb 2003 00:13:37 +0000 (+0000) Subject: Build fc-lang, install local.conf X-Git-Tag: fc-2_1_91~35 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9e1af99b17be1d9cde3b4517e0e6071e64fb4b64;p=fontconfig.git Build fc-lang, install local.conf --- 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 #