diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-25 12:05:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-25 12:05:00 +0000 |
commit | a7e1cee73d0a4b4acac5e86b31d669169e40f02f (patch) | |
tree | 130fdcff6227e43c06c4f4d595a865edf9bf0500 /font/sony-misc/Makefile.am | |
parent | ef6e8f8358a734c9d6e9398f8d5a99f352125132 (diff) |
A batch of font packages updates, only build-system related:
font-adobe-100dpi 1.0.1
font-adobe-75dpi 1.0.1
font-adobe-utopia-100dpi 1.0.2
font-adobe-utopia-75dpi 1.0.2
font-adobe-utopia-type1 1.0.2
font-arabic-misc 1.0.1
font-bh-100dpi 1.0.1
font-bh-75dpi 1.0.1
font-bh-lucidatypewriter-100dpi 1.0.1
font-bh-lucidatypewriter-75dpi 1.0.1
font-bh-ttf 1.0.1
font-bh-type1 1.0.1
font-bitstream-100dpi 1.0.1
font-bitstream-75dpi 1.0.1
font-bitstream-type1 1.0.1
font-cronyx-cyrillic 1.0.1
font-cursor-misc 1.0.1
font-daewoo-misc 1.0.1
font-dec-misc 1.0.1
font-ibm-type1 1.0.1
font-isas-misc 1.0.1
font-jis-misc 1.0.1
font-micro-misc 1.0.1
font-misc-cyrillic 1.0.1
font-misc-ethiopic 1.0.1
font-misc-meltho 1.0.1
font-mutt-misc 1.0.1
font-screen-cyrillic 1.0.2
font-sony-misc 1.0.1
font-sun-misc 1.0.1
font-winitzki-cyrillic 1.0.1
font-xfree86-type1 1.0.2
Diffstat (limited to 'font/sony-misc/Makefile.am')
-rw-r--r-- | font/sony-misc/Makefile.am | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/font/sony-misc/Makefile.am b/font/sony-misc/Makefile.am index 53e91e83b..edbe95e39 100644 --- a/font/sony-misc/Makefile.am +++ b/font/sony-misc/Makefile.am @@ -26,25 +26,34 @@ FONT_FILES = \ 8x16rk BDF_FILES = $(FONT_FILES:%=%.bdf) -PCF_FILES = $(FONT_FILES:%=%.pcf.gz) +PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) -SUFFIXES = .bdf .pcf.gz +SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) -.bdf.pcf.gz: +.bdf.pcf$(COMPRESS_SUFFIX): @rm -f $@ - $(BDFTOPCF) -t $< | gzip > $@ + $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ fontdir = @FONTDIR@ font_DATA = $(PCF_FILES) CLEANFILES = $(font_DATA) -EXTRA_DIST = $(BDF_FILES) autogen.sh +EXTRA_DIST = $(BDF_FILES) install-data-hook: - @rm -f $(DESTDIR)$(fontdir)/fonts.scale - $(MKFONTSCALE) $(DESTDIR)$(fontdir) @rm -f $(DESTDIR)$(fontdir)/font.dir $(MKFONTDIR) $(DESTDIR)$(fontdir) + @RUN_FCCACHE@ distuninstallcheck: @: + +EXTRA_DIST += ChangeLog +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog |