Makefile.am.0.patch revision 950
950N/Adiff -urp -x '*~' -x '*.orig' Makefile.am Makefile.am
950N/A--- Makefile.am 2009-11-16 09:24:52.000000000 -0800
950N/A+++ Makefile.am 2010-05-10 15:15:11.378520724 -0700
950N/A@@ -104,16 +104,6 @@ install-data-local: fonts.conf
818N/A echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \
818N/A $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
818N/A fi; fi
818N/A- @(if $(RUN_FC_CACHE_TEST); then \
818N/A- echo " $(bindir)/fc-cache -s -f -v"; \
818N/A- $(bindir)/fc-cache -s -f -v; \
818N/A- else \
818N/A- echo "***"; \
818N/A- echo "*** Warning: fonts.cache not built"; \
818N/A- echo "***"; \
818N/A- echo "*** Generate this file manually on host system using fc-cache"; \
818N/A- echo "***"; \
818N/A- fi)
818N/A
818N/A uninstall-local:
818N/A if [ -f $(srcdir)/fonts.conf ]; then \