Lines 43-49
install-data-hook:
Link Here
|
43 |
$(MKFONTSCALE) $(DESTDIR)$(fontdir) |
43 |
$(MKFONTSCALE) $(DESTDIR)$(fontdir) |
44 |
@rm -f $(DESTDIR)$(fontdir)/font.dir |
44 |
@rm -f $(DESTDIR)$(fontdir)/font.dir |
45 |
$(MKFONTDIR) $(DESTDIR)$(fontdir) |
45 |
$(MKFONTDIR) $(DESTDIR)$(fontdir) |
46 |
$(FCCACHE) $(DESTDIR)$(fontdir) |
46 |
@(if `test -z '$(DESTDIR)'`; then \ |
|
|
47 |
echo $(FCCACHE) $(fontdir); \ |
48 |
$(FCCACHE) $(fontdir); \ |
49 |
else \ |
50 |
echo "***"; \ |
51 |
echo "*** Warning: fonts.cache not built"; \ |
52 |
echo "***"; \ |
53 |
echo "*** Generate this file manually on host system using fc-cache"; \ |
54 |
echo "***"; \ |
55 |
fi) |
47 |
|
56 |
|
48 |
distuninstallcheck: |
57 |
distuninstallcheck: |
49 |
@: |
58 |
@: |
50 |
- |
|
|