Remove unconditional emboldening (per Behdad's instructions).
Add @s to hide some echos.
This commit is contained in:
parent
0cfaf27e33
commit
639475e873
|
@ -1,3 +1,12 @@
|
||||||
|
2006-02-24 Patrick Lam <plam@mit.edu>
|
||||||
|
* conf.d/10-fonts-persian.conf:
|
||||||
|
|
||||||
|
Remove unconditional emboldening (per Behdad's instructions).
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
|
||||||
|
Add @s to hide some echos.
|
||||||
|
|
||||||
2006-02-24 Mike Fabian <mfabian@suse.de>
|
2006-02-24 Mike Fabian <mfabian@suse.de>
|
||||||
Takashi Iwai <tiwai@suse.de>
|
Takashi Iwai <tiwai@suse.de>
|
||||||
reviewed by: plam
|
reviewed by: plam
|
||||||
|
|
10
Makefile.am
10
Makefile.am
|
@ -95,11 +95,11 @@ install-data-local:
|
||||||
echo " fc-cache/fc-cache -f -v"; \
|
echo " fc-cache/fc-cache -f -v"; \
|
||||||
fc-cache/fc-cache -f -v; \
|
fc-cache/fc-cache -f -v; \
|
||||||
else \
|
else \
|
||||||
echo "***"; \
|
@echo "***"; \
|
||||||
echo "*** Warning: fonts.cache not built"; \
|
@echo "*** Warning: fonts.cache not built"; \
|
||||||
echo "***"; \
|
@echo "***"; \
|
||||||
echo "*** Generate this file manually on host system using fc-cache"; \
|
@echo "*** Generate this file manually on host system using fc-cache"; \
|
||||||
echo "***"; \
|
@echo "***"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
|
|
|
@ -335,9 +335,6 @@
|
||||||
<edit name="foundry">
|
<edit name="foundry">
|
||||||
<string>farsiweb</string>
|
<string>farsiweb</string>
|
||||||
</edit>
|
</edit>
|
||||||
<edit name="embolden">
|
|
||||||
<bool>true</bool>
|
|
||||||
</edit>
|
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<match target="font">
|
<match target="font">
|
||||||
|
@ -347,9 +344,6 @@
|
||||||
<edit name="foundry">
|
<edit name="foundry">
|
||||||
<string>farsiweb</string>
|
<string>farsiweb</string>
|
||||||
</edit>
|
</edit>
|
||||||
<edit name="embolden">
|
|
||||||
<bool>true</bool>
|
|
||||||
</edit>
|
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<match target="font">
|
<match target="font">
|
||||||
|
|
Loading…
Reference in New Issue