diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-06 06:58:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-06 06:58:28 +0000 |
commit | e2cb5c1d3f89e8a1357b7b5639a46a09407682b0 (patch) | |
tree | 4c7b53b5c0905130e0557823406ce6314a33b2e6 /manual/Makefile | |
parent | a1b36134f6634375dc87abea1b7c00e241797bea (diff) | |
download | glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.tar glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.tar.gz glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.tar.bz2 glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.zip |
Update.
2001-07-06 Andreas Jaeger <aj@suse.de>
* manual/Makefile (texis): Add fdl.texi.
* manual/fdl.texi: New.
* manual/socket.texi (Host Names): Improve grammar, fix overflow hbox.
* manual/libc.texinfo: Add fdl, update titlepage.
Patches by Brian Youmans <3diff@gnu.org>.
* sysdeps/unix/make_errlist.c (main): Print LGPL v2.1 for
generated file.
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 3aa64051b9..7f083d5934 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) lesser.texinfo +texis: texis.awk $(chapters) $(add-chapters) $(appendices) lesser.texi fdl.texi $(AWK) -f $^ > $@.T mv -f $@.T $@ |