diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-24 21:32:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-24 21:32:58 +0000 |
commit | 66ab80bca6c1d616fe937ff64ea80d1ba08ec559 (patch) | |
tree | dd456a30b5a1406fc28b275fcd1454dedc576881 /manual/Makefile | |
parent | ee968201e7f0eb5dc2ebc7ebd7393ac0c12675ea (diff) | |
download | glibc-66ab80bca6c1d616fe937ff64ea80d1ba08ec559.tar glibc-66ab80bca6c1d616fe937ff64ea80d1ba08ec559.tar.gz glibc-66ab80bca6c1d616fe937ff64ea80d1ba08ec559.tar.bz2 glibc-66ab80bca6c1d616fe937ff64ea80d1ba08ec559.zip |
Update makefile for FDL 1.3 change.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile index 6959dd24c2..df96abcafb 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992-1999,2000,2001,2002,2003,2004,2006,2011 +# Copyright (C) 1992-2012 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -59,7 +59,7 @@ chapters = $(addsuffix .texi, \ users sysinfo conf crypt debug) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi contrib.texi -licenses = freemanuals.texi lgpl-2.1.texi fdl-1.1.texi +licenses = freemanuals.texi lgpl-2.1.texi fdl-1.3.texi -include texis texis: texis.awk $(chapters) $(add-chapters) $(appendices) $(licenses) |