Typo font.dir -> fonts.dir

This commit is contained in:
matthieu
2016-10-02 09:34:35 +00:00
parent 0ba6be2810
commit 245607701d
34 changed files with 35 additions and 35 deletions

View File

@@ -35,11 +35,11 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL
install-data-hook:
@rm -f $(DESTDIR)$(ttffontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(ttffontdir)
@rm -f $(DESTDIR)$(ttffontdir)/font.dir
@rm -f $(DESTDIR)$(ttffontdir)/fonts.dir
$(MKFONTDIR) $(DESTDIR)$(ttffontdir)
@rm -f $(DESTDIR)$(otffontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(otffontdir)
@rm -f $(DESTDIR)$(otffontdir)/font.dir
@rm -f $(DESTDIR)$(otffontdir)/fonts.dir
$(MKFONTDIR) $(DESTDIR)$(otffontdir)
@RUN_FCCACHE@