]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Jul 2001 07:25:49 +0000 (07:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Jul 2001 07:25:49 +0000 (07:25 +0000)
2001-07-19  Ulrich Drepper  <drepper@redhat.com>

* Makefile: Add html goal.
* manual/Makefile: Likewise.

ChangeLog
Makefile
manual/Makefile
manual/charset.texi
manual/lesser.texi

index d110f668ec7c144a418cf37f965d121525aa2c82..9644815c7baf3d57f33f2e814c584d8be09ac5e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-19  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile: Add html goal.
+       * manual/Makefile: Likewise.
+
 2001-07-18  Ulrich Drepper  <drepper@redhat.com>
 
        * libio/filedoalloc.c (_IO_file_doallocate): A few more minor
index f3c7e7baf8d3f2c9ab43389e6f323068dc9d7be9..0fe29192c76d89a07f6cc16679e43dec87d39e63 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -167,8 +167,8 @@ $(objpfx)glibcbug: $(common-objpfx)config.status glibcbug.in
        cd $(<D) && CONFIG_FILES=$(@F) CONFIG_HEADERS= $(SHELL) $(<F)
 \f
 # This makes the Info or DVI file of the documentation from the Texinfo source.
-.PHONY: info dvi pdf
-info dvi pdf:
+.PHONY: info dvi pdf html
+info dvi pdf html:
        $(MAKE) $(PARALLELMFLAGS) -C manual $@
 \f
 # This makes all the subdirectory targets.
index 7f083d5934d2ca58b591d3b20f822316d20a691e..52c12aea6abcc0238e808610b80afd0b81b3f632 100644 (file)
@@ -24,7 +24,7 @@ export subdir := $(subdir)
 # Allow override
 INSTALL_INFO = install-info
 
-.PHONY: all dvi pdf info
+.PHONY: all dvi pdf info html
 all: dvi
 dvi: libc.dvi
 pdf: libc.pdf
@@ -76,6 +76,10 @@ chapters.% top-menu.%: libc-texinfo.sh $(texis) Makefile
 libc.dvi libc.pdf libc.info: chapters.texi top-menu.texi libm-err.texi
 libc.dvi libc.pdf: texinfo.tex
 
+html: libc/index.html
+libc/index.html: chapters.texi top-menu.texi libm-err.texi
+       $(MAKEINFO) --html libc.texinfo
+
 # Generate the summary from the Texinfo source files for each chapter.
 summary.texi: stamp-summary ;
 stamp-summary: summary.awk $(filter-out summary.texi, $(texis))
index 9068e42f2a8310c639cdbf4d77fbb62840034a60..39e2062ca0c4cb5d2eb41cd4ce253e37ce05dfde 100644 (file)
@@ -2465,7 +2465,7 @@ function and these define the interface.
 
 @comment gconv.h
 @comment GNU
-@deftypevr {Data type} int (*__gconv_init_fct) (struct __gconv_step *)
+@deftypevr {Data type} int {(*__gconv_init_fct)} (struct __gconv_step *)
 This specifies the interface of the initialization function of the
 module.  It is called exactly once for each conversion the module
 implements.
@@ -2621,7 +2621,7 @@ out completely.
 
 @comment gconv.h
 @comment GNU
-@deftypevr {Data type} void (*__gconv_end_fct) (struct gconv_step *)
+@deftypevr {Data type} void {(*__gconv_end_fct)} (struct gconv_step *)
 The task of this function is it to free all resources allocated in the
 initialization function.  Therefore only the @code{__data} element of
 the object pointed to by the argument is of interest.  Continuing the
@@ -2644,7 +2644,7 @@ conversion function.
 
 @comment gconv.h
 @comment GNU
-@deftypevr {Data type} int (*__gconv_fct) (struct __gconv_step *, struct __gconv_step_data *, const char **, const char *, size_t *, int)
+@deftypevr {Data type} int {(*__gconv_fct)} (struct __gconv_step *, struct __gconv_step_data *, const char **, const char *, size_t *, int)
 The conversion function can be called for two basic reason: to convert
 text or to reset the state.  From the description of the @code{iconv}
 function it can be seen why the flushing mode is necessary.  What mode
index 3d5397cfce766756854236ac9963ec7c6f038d91..778cbb58c016ca2322dce55e9af8e2c7b5ae459e 100644 (file)
@@ -1,7 +1,3 @@
-@setfilename lgpl.info
-
-@set lgpl-appendix
-
 @ifset lgpl-appendix
 @appendix GNU LESSER GENERAL PUBLIC LICENSE
 @end ifset