Fix placement of @s.

This commit is contained in:
Patrick Lam 2006-02-24 19:32:58 +00:00
parent 63d2df3f92
commit b152a85bdc
2 changed files with 12 additions and 7 deletions

View File

@ -6,6 +6,11 @@
Bump version to 2.3.94.
2006-02-24 Patrick Lam <plam@mit.edu>
* Makefile.am:
Fix placement of @s.
2006-02-24 Patrick Lam <plam@mit.edu>
* conf.d/10-fonts-persian.conf:

View File

@ -91,16 +91,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 \
@(if $(RUN_FC_CACHE_TEST); then \
echo " fc-cache/fc-cache -f -v"; \
fc-cache/fc-cache -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 \