X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-lang%2FMakefile.am;h=242fae0ee6ab37419e6db85a2c260d0f685eb589;hb=5aaf466d3899842763e746a9c2b745748eb34b48;hp=f248e0ef33c60481e004aac365bb8843da5c471c;hpb=ffd6668b469508177c4baf7745ae42aee5b00322;p=fontconfig.git diff --git a/fc-lang/Makefile.am b/fc-lang/Makefile.am index f248e0e..242fae0 100644 --- a/fc-lang/Makefile.am +++ b/fc-lang/Makefile.am @@ -7,9 +7,9 @@ # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that # copyright notice and this permission notice appear in supporting -# documentation, and that the name of Keith Packard not be used in +# documentation, and that the name of the author(s) not be used in # advertising or publicity pertaining to distribution of the software without -# specific, written prior permission. Keith Packard makes no +# specific, written prior permission. The authors make no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. # @@ -39,7 +39,7 @@ noinst_MANS=fc-lang.man EXTRA_DIST=$(TMPL) $(ORTH) $(TARG):$(ORTH) fc-lang${EXEEXT} $(STMPL) - rm -f $(TARG) + $(AM_V_GEN) $(RM) $(TARG); \ ./fc-lang${EXEEXT} -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG).tmp && \ mv $(TARG).tmp $(TARG) @@ -181,7 +181,7 @@ ORTH = \ om.orth \ or.orth \ os.orth \ - pa_in.orth \ + pa.orth \ pl.orth \ ps_af.orth \ ps_pk.orth \ @@ -295,5 +295,6 @@ ORTH = \ su.orth \ ty.orth \ wal.orth \ - za.orth + za.orth \ + lah.orth # ^-------------- Add new orth files here