]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Add fc-scan too that runs FcFileScan/FcDirScan
[fontconfig.git] / Makefile.am
index e0539023a452cfa3d2faf0a76d2b2cdf9edade51..e982dd22dbcb06795a1fa66cc1c4db8b62bcf006 100644 (file)
@@ -1,5 +1,5 @@
 # 
-#  $Id$
+#  fontconfig/Makefile.am
 # 
 #  Copyright © 2003 Keith Packard
 # 
@@ -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.d $(DOCSRC) test
+       fc-cache fc-cat fc-list fc-match fc-query fc-scan conf.d $(DOCSRC) test
         
 EXTRA_DIST = \
         fontconfig.pc.in \
@@ -32,7 +32,7 @@ EXTRA_DIST = \
         fontconfig.spec.in \
         fontconfig.spec \
        fontconfig-zip.in
-DISTCLEANFILES = config.cache
+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"; \