OSDN Git Service

2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Mon, 5 Jul 2004 18:44:54 +0000 (18:44 +0000)
committerjjohnstn <jjohnstn>
Mon, 5 Jul 2004 18:44:54 +0000 (18:44 +0000)
        * 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.

newlib/ChangeLog
newlib/libc/Makefile.am
newlib/libc/Makefile.in
newlib/libm/Makefile.am
newlib/libm/Makefile.in

index f001718..26a83db 100644 (file)
@@ -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.
index 9b61834..8fd0581 100644 (file)
@@ -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; \
index 14f06d4..b848858 100644 (file)
@@ -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; \
index 3b8d9a5..51ea06f 100644 (file)
@@ -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; \
index 8efc561..d471e6b 100644 (file)
@@ -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; \