Lines 53-59
install-data-hook:
Link Here
|
53 |
$(MKFONTSCALE) $(DESTDIR)$(fontdir) |
53 |
$(MKFONTSCALE) $(DESTDIR)$(fontdir) |
54 |
@rm -f $(DESTDIR)$(fontdir)/font.dir |
54 |
@rm -f $(DESTDIR)$(fontdir)/font.dir |
55 |
$(MKFONTDIR) $(DESTDIR)$(fontdir) |
55 |
$(MKFONTDIR) $(DESTDIR)$(fontdir) |
56 |
$(FCCACHE) $(DESTDIR)$(fontdir) |
56 |
@(if `test -z '$(DESTDIR)'`; then \ |
|
|
57 |
echo $(FCCACHE) $(fontdir); \ |
58 |
$(FCCACHE) $(fontdir); \ |
59 |
else \ |
60 |
echo "***"; \ |
61 |
echo "*** Warning: fonts.cache not built"; \ |
62 |
echo "***"; \ |
63 |
echo "*** Generate this file manually on host system using fc-cache"; \ |
64 |
echo "***"; \ |
65 |
fi) |
57 |
|
66 |
|
58 |
distuninstallcheck: |
67 |
distuninstallcheck: |
59 |
@: |
68 |
@: |
60 |
- |
|
|