From: James Cloos Date: Mon, 4 Sep 2006 19:57:19 +0000 (-0400) Subject: Update Makefile.am files X-Git-Tag: 2.4.0~8^2~1 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=469010c1bdd5cc8801405ef809540bd4b17f41c1 Update Makefile.am files --- diff --git a/Makefile.am b/Makefile.am index 3b31bd4..a7a6015 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ DOCSRC=@DOCSRC@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ - fc-cache fc-cat fc-list fc-match conf.avail $(DOCSRC) test + fc-cache fc-cat fc-list fc-match conf.avail conf.d $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ diff --git a/conf.avail/Makefile.am b/conf.avail/Makefile.am index bfba74b..a999dd6 100644 --- a/conf.avail/Makefile.am +++ b/conf.avail/Makefile.am @@ -22,22 +22,28 @@ # PERFORMANCE OF THIS SOFTWARE. CONF_FILES = \ - 10-LohitGujarati.conf \ - 10-fonts-persian.conf \ - 33-autohint.conf \ - 33-unhinted.conf \ - 30-no-sub-pixel.conf \ - 30-sub-pixel-rgb.conf \ - 30-sub-pixel-bgr.conf \ - 30-sub-pixel-vrgb.conf \ - 30-sub-pixel-vbgr.conf \ - 36-no-bitmaps.conf \ - 36-yes-bitmaps.conf \ - 60-delicious.conf + 10-urw-aliases.conf \ + 15-amt-aliases.conf \ + 20-fix-globaladvance.conf \ + 30-unhint-small-vera.conf \ + 50-user.conf \ + 51-local.conf \ + 60-LohitGujarati.conf \ + 60-delicious.conf \ + 60-fonts-persian.conf \ + 70-no-sub-pixel.conf \ + 70-sub-pixel-bgr.conf \ + 70-sub-pixel-rgb.conf \ + 70-sub-pixel-vbgr.conf \ + 70-sub-pixel-vrgb.conf \ + 73-autohint.conf \ + 73-unhinted.conf \ + 76-no-bitmaps.conf \ + 76-yes-bitmaps.conf EXTRA_DIST = $(CONF_FILES) configdir=$(CONFDIR) -confddir=$(configdir)/conf.avail +confavaildir=$(configdir)/conf.avail -confd_DATA=$(CONF_FILES) +confavail_DATA=$(CONF_FILES)