summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 05:37:16 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 05:37:16 +0000
commita1b36134f6634375dc87abea1b7c00e241797bea (patch)
tree6ef8c5025734c1128bbaf88794072266d09b2e3e /manual/Makefile
parent41bdb6e20c5d2df34a740cbd70e11c05025dfd12 (diff)
* 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/Makefile2
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 $@