diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-04-02 22:06:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-04-02 22:06:24 +0000 |
commit | fe7bdd630fab35270a88b0731cd0fc10de062046 (patch) | |
tree | 61ccfe100af44cfbb4ac1790a430743ce846c7d0 /Makefile | |
parent | 22d57dd3690a0fe623de1a56036306a93fa9a945 (diff) | |
download | glibc-fe7bdd630fab35270a88b0731cd0fc10de062046.tar.gz glibc-fe7bdd630fab35270a88b0731cd0fc10de062046.tar.xz glibc-fe7bdd630fab35270a88b0731cd0fc10de062046.zip |
Update. cvs/libc-ud-970403
1997-04-02 16:55 Ulrich Drepper <drepper@cygnus.com> * manual/socket.texi: Document behaviour of inet_ntoa in multi- threaded programs. * manual/stdio.texi: Change wording for snprintf description a bit. Correct typo in example. * manual/lang.texi: Add documentation of __va_copy. * Makefile: Add rule to easily generate dir-add.texi file. * manual/Makefile: Likewise. * manual/arith.texi: Add description of lldiv_t, lldiv, and atoll. Change description of strtoll and strtoull to make clear these are the preferred names. Describe `inf', `inifinity', `nan', `nan(...)' inputs for strtod and friends. Change references to HUGE_VALf and HUGE_VALl to HUGE_VALF and HUGE_VALL. * sysdeps/libm-ieee754/s_nan.c: Use strtod if parameter is not empty * sysdeps/libm-ieee754/s_nanl.c: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 0dae836e69..f441d90896 100644 --- a/Makefile +++ b/Makefile @@ -313,6 +313,8 @@ makeinfo --no-validate --no-warn --no-headers $< -o $@ endef INSTALL: manual/maint.texi; $(format-me) NOTES: manual/creature.texi; $(format-me) +manual/dir-add.texi: + $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) rpm/%: subdir_distinfo $(MAKE) $(PARALLELMFLAGS) -C $(@D) subdirs='$(subdirs)' $(@F) |