OSDN Git Service

2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
authorjsm <jsm>
Wed, 16 Feb 2000 04:45:41 +0000 (04:45 +0000)
committerjsm <jsm>
Wed, 16 Feb 2000 04:45:41 +0000 (04:45 +0000)
        * Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
        'do-doc'.

gdb/ChangeLog
gdb/Makefile.in

index 7f74a0c..e5ca498 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
+       'do-doc'.
+
 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
 
        Changes for AIX 4.3:
index e87a6d8..9826d54 100644 (file)
@@ -872,7 +872,7 @@ do-maintainer-clean:
                subdir_do
 
 diststuff: $(DISTSTUFF)
-       cd doc; $(MAKE) $(MFLAGS) all-doc
+       cd doc; $(MAKE) $(MFLAGS) diststuff
 
 subdir_do: force
        @for i in $(DODIRS); do \