2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
* libc/Makefile.am (libc.dvi): Add target and specify same dependencies as libc.info. * libc/Makefile.in: Regenerated. * libm/Makefile.am (libm.dvi): Add target and specify same dependencies as libm.info. * libm/Makefile.in: Regenerated.
This commit is contained in:
parent
64b9893f0d
commit
75e7ffaa56
|
@ -1,3 +1,12 @@
|
|||
2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/Makefile.am (libc.dvi): Add target and specify
|
||||
same dependencies as libc.info.
|
||||
* libc/Makefile.in: Regenerated.
|
||||
* libm/Makefile.am (libm.dvi): Add target and specify
|
||||
same dependencies as libm.info.
|
||||
* libm/Makefile.in: Regenerated.
|
||||
|
||||
2004-06-29 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
|
||||
|
||||
* acinclude.m4: Move --enable-newlib-iconv option back here.
|
||||
|
|
|
@ -134,6 +134,9 @@ SUBDEFS = \
|
|||
libc.info: sigset.texi extra.texi stdio64.texi iconvset.texi \
|
||||
targetdep.tex $(SUBDEFS)
|
||||
|
||||
libc.dvi: sigset.texi extra.texi stdio64.texi iconvset.texi \
|
||||
targetdep.tex $(SUBDEFS)
|
||||
|
||||
stmp-sigset: config.status
|
||||
if test -n "$(LIBC_SIGNAL_LIB)"; then \
|
||||
echo "@set SIGNALS" >tmp.texi; \
|
||||
|
|
|
@ -652,6 +652,9 @@ sys/crt0.o: ; @true
|
|||
libc.info: sigset.texi extra.texi stdio64.texi iconvset.texi \
|
||||
targetdep.tex $(SUBDEFS)
|
||||
|
||||
libc.dvi: sigset.texi extra.texi stdio64.texi iconvset.texi \
|
||||
targetdep.tex $(SUBDEFS)
|
||||
|
||||
stmp-sigset: config.status
|
||||
if test -n "$(LIBC_SIGNAL_LIB)"; then \
|
||||
echo "@set SIGNALS" >tmp.texi; \
|
||||
|
|
|
@ -39,6 +39,8 @@ info_TEXINFOS = libm.texinfo
|
|||
|
||||
libm.info: targetdep.tex math/stmp-def
|
||||
|
||||
libm.dvi: targetdep.tex math/stmp-def
|
||||
|
||||
stmp-targetdep: force
|
||||
rm -f tmp.texi
|
||||
targetdoc=`pwd`/tmp.texi; \
|
||||
|
|
|
@ -604,6 +604,8 @@ $(SUBLIBS):
|
|||
|
||||
libm.info: targetdep.tex math/stmp-def
|
||||
|
||||
libm.dvi: targetdep.tex math/stmp-def
|
||||
|
||||
stmp-targetdep: force
|
||||
rm -f tmp.texi
|
||||
targetdoc=`pwd`/tmp.texi; \
|
||||
|
|
Loading…
Reference in New Issue