]> git.wh0rd.org - fontconfig.git/commitdiff
Move conf.avail/README to conf.d/README (bug 13392)
authorKeith Packard <keithp@keithp.com>
Mon, 26 Nov 2007 00:35:55 +0000 (16:35 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 26 Nov 2007 00:35:55 +0000 (16:35 -0800)
Because conf.d is where most people look first.  And the comment at the top
of the README file says conf.d/README too.

conf.d/Makefile.am

index 7aca24642c1ba5bdf9b6ad9f3464ce637fd7dc54..16d4b3527f63172b3842cf51192d39baa6eb8bdc 100644 (file)
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
+DOC_FILES= \
+       README
+
 CONF_FILES = \
-       README \
        10-autohint.conf \
        10-no-sub-pixel.conf \
        10-sub-pixel-bgr.conf \
@@ -66,13 +68,14 @@ CONF_LINKS = \
        80-delicious.conf \
        90-synthetic.conf
 
-EXTRA_DIST = $(CONF_FILES)
+EXTRA_DIST = $(CONF_FILES) $(DOC_FILES)
 
 configdir=$(CONFDIR)
 confavaildir=$(configdir)/conf.avail
 confddir=$(configdir)/conf.d
 
 confavail_DATA=$(CONF_FILES)
+confd_DATA=$(DOC_FILES)
 
 install-data-local:
        mkdir -p ${DESTDIR}${confddir}