]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Add FcMatchScan to resolve Delicious font matching issues (bug #6769)
[fontconfig.git] / Makefile.am
index 9abba95a539491924fc9a9b758200466b1fabe8e..e316d8a8556fb72b637859c161a7ecf3f6bc16b7 100644 (file)
 #  PERFORMANCE OF THIS SOFTWARE.
 
 DOCSRC=@DOCSRC@
-SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \
+SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \
        fc-cache fc-cat fc-list fc-match conf.d $(DOCSRC) test
-
-DEBIAN = \
-       debian/changelog \
-       debian/compat \
-       debian/control \
-       debian/copyright \
-       debian/fontconfig.config \
-       debian/fontconfig.defoma \
-       debian/fontconfig.dirs \
-       debian/fontconfig.install \
-       debian/fontconfig.postinst \
-       debian/fontconfig.postrm \
-       debian/fontconfig.templates \
-       debian/fontconfig-udeb.install \
-       debian/libfontconfig1-dev.install \
-       debian/libfontconfig1.install \
-       debian/local.conf.md5sum \
-       debian/README.Debian \
-       debian/rules \
-       debian/po/POTFILES.in \
-       debian/po/templates.pot \
-       debian/po/cs.po \
-       debian/po/da.po \
-       debian/po/de.po \
-       debian/po/es.po \
-       debian/po/fr.po \
-       debian/po/ja.po \
-       debian/po/nl.po \
-       debian/po/pt_BR.po \
-       debian/po/pt.po \
-       debian/po/tr.po \
-       debian/po/zh_CN.po
         
 EXTRA_DIST = \
         fontconfig.pc.in \
@@ -63,8 +31,7 @@ EXTRA_DIST = \
        fonts.dtd \
         fontconfig.spec.in \
         fontconfig.spec \
-       fontconfig-zip.in \
-       $(DEBIAN)
+       fontconfig-zip.in
 
 pkgconfigdir=$(libdir)/pkgconfig
 pkgconfig_DATA = fontconfig.pc
@@ -91,16 +58,16 @@ install-data-local:
          echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
          $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
        fi; fi
-       if $(RUN_FC_CACHE_TEST); then \
-           echo " fc-cache/fc-cache -f -v"; \
-           fc-cache/fc-cache -f -v; \
+       @(if $(RUN_FC_CACHE_TEST); then \
+           echo " fc-cache/fc-cache -s -f -v"; \
+           fc-cache/fc-cache -s -f -v; \
        else \
-           @echo "***"; \
-           @echo "*** Warning: fonts.cache not built"; \
-           @echo "***"; \
-           @echo "*** Generate this file manually on host system using fc-cache"; \
-           @echo "***"; \
-       fi
+           echo "***"; \
+           echo "*** Warning: fonts.cache not built"; \
+           echo "***"; \
+           echo "*** Generate this file manually on host system using fc-cache"; \
+           echo "***"; \
+       fi)
 
 uninstall-local:
        if [ -f $(srcdir)/fonts.conf ]; then \