From 714e4a2a87bd85a43e78062ede7de72da8b89289 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 8 Jan 2008 02:24:39 +0100 Subject: [PATCH] No need to drop periods from section names. --- ChangeLog | 5 +++++ doc/gnulib-intro.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62ff4304f..42ac58b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-01-07 Bruno Haible + * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the + previous section name. + +2008-01-07 Bruno Haible + * lib/progname.c (set_program_name): Don't strip off a leading "lt-" prefix outside a .libs directory. Suggested by Paul Eggert. diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi index 34f5f09dd..527fad58c 100644 --- a/doc/gnulib-intro.texi +++ b/doc/gnulib-intro.texi @@ -1,5 +1,5 @@ @node Library vs Reusable Code -@section Library vs Reusable Code +@section Library vs. Reusable Code Classical libraries are installed as binary object code. Gnulib is different: It is used as a source code library. Each package that uses -- 2.11.0