X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=font%2Fdevutf8%2Fdevutf8.am;h=b8f642f006a045038e65dd3324fdec738511495d;hb=0d03474e524253d1b583bb009956b22749efffb1;hp=fce120ff56ff5ea23074d237736be5e70dc18044;hpb=23a127f15b8a2bc7781bcc05cc83c8dc68d6f6ef;p=platform%2Fupstream%2Fgroff.git diff --git a/font/devutf8/devutf8.am b/font/devutf8/devutf8.am index fce120f..b8f642f 100644 --- a/font/devutf8/devutf8.am +++ b/font/devutf8/devutf8.am @@ -1,6 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. -# -# Last update: 13 Aug 2015 +# Copyright (C) 2014-2020 Free Software Foundation, Inc. # # This file is part of 'groff'. # @@ -39,20 +37,23 @@ $(DEVUTF8FONTSFILES): $(devutf8_srcdir)/R.proto $(AM_V_GEN)$(MKDIR_P) `dirname $@` \ && $(RM) $@ \ && $(SHELL) $(GENFONTSSH) $(devutf8_srcdir)/R.proto \ - $(DEVUTF8RES) $(DEVUTF8CPI) `basename $@` > $@ + $(DEVUTF8RES) $(DEVUTF8CPI) `basename $@` >$@ font/devutf8/DESC: $(devutf8_srcdir)/DESC.proto $(AM_V_GEN)$(MKDIR_P) `dirname $@` \ && $(SHELL) $(GENDESCSH) $(devutf8_srcdir)/DESC.proto \ - $(DEVUTF8RES) $(DEVUTF8CPI) $(DEVUTF8LPI) $(DEVUTF8FONTS) > $@ + $(DEVUTF8RES) $(DEVUTF8CPI) $(DEVUTF8LPI) $(DEVUTF8FONTS) >$@ + +# (UTF-8-encoded) text documents to be produced by troff should depend +# on this stamp file to ensure that grotty's device and font description +# files are available. +MOSTLYCLEANFILES += font/devutf8/stamp +font/devutf8/stamp: font/devutf8/DESC $(DEVUTF8FONTSFILES) + $(AM_V_at)>$@ -######################################################################## -# Editor settings -######################################################################## -# # Local Variables: # mode: makefile-automake # fill-column: 72 # End: -# vim: set filetype=automake textwidth=72: +# vim: set autoindent filetype=automake textwidth=72: