]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Bump version to 2.6.0
[fontconfig.git] / Makefile.am
index 7f1605cfa2f7323565c683f989c79369fc9a45ba..1b78d1bb667550d6721b255a199b9aec10fac1c6 100644 (file)
@@ -32,7 +32,7 @@ EXTRA_DIST = \
         fontconfig.spec.in \
         fontconfig.spec \
        fontconfig-zip.in
-DISTCLEANFILES = config.cache ChangeLog
+DISTCLEANFILES = config.cache ChangeLog doltcompile
 MAINTAINERCLEANFILES = \
        $(srcdir)/aclocal.m4 \
        $(srcdir)/autoscan.log \
@@ -95,8 +95,8 @@ install-data-local:
          $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
        fi; fi
        @(if $(RUN_FC_CACHE_TEST); then \
-           echo " fc-cache/fc-cache -s -f -v"; \
-           fc-cache/fc-cache -s -f -v; \
+           echo " $(bindir)/fc-cache -s -f -v"; \
+           $(bindir)/fc-cache -s -f -v; \
        else \
            echo "***"; \
            echo "*** Warning: fonts.cache not built"; \