Update Makefile.am files

This commit is contained in:
James Cloos 2006-09-04 15:57:19 -04:00
parent c3425fa671
commit 469010c1bd
2 changed files with 21 additions and 15 deletions

View File

@ -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 \

View File

@ -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)