diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-06 05:37:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-06 05:37:16 +0000 |
commit | a1b36134f6634375dc87abea1b7c00e241797bea (patch) | |
tree | 6ef8c5025734c1128bbaf88794072266d09b2e3e /manual/Makefile | |
parent | 41bdb6e20c5d2df34a740cbd70e11c05025dfd12 (diff) | |
download | glibc-a1b36134f6634375dc87abea1b7c00e241797bea.tar.gz glibc-a1b36134f6634375dc87abea1b7c00e241797bea.tar.xz glibc-a1b36134f6634375dc87abea1b7c00e241797bea.zip |
* 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.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |