From a1b36134f6634375dc87abea1b7c00e241797bea Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Jul 2001 05:37:16 +0000 Subject: * COPYING: Fix Y2k bug in sample copyright notices. * manual/lesser.texi: Renamed from manual/lgpl.texinfo, as fsf.org uses the name "lesser.texi". * manual/Makefile (texis): Follow rename. --- manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index d815186ed9..3aa64051b9 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -61,7 +61,7 @@ add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi contrib.texi -include texis -texis: texis.awk $(chapters) $(add-chapters) $(appendices) lgpl.texinfo +texis: texis.awk $(chapters) $(add-chapters) $(appendices) lesser.texinfo $(AWK) -f $^ > $@.T mv -f $@.T $@ -- cgit v1.2.3