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