2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Wed, 16 Feb 2000 04:45:41 +0000 (04:45 +0000)
committerJason Molenda <jmolenda@apple.com>
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 7f74a0cfeb7c77fa99905ed3f596b947687eb3a4..e5ca49806d506f2f0c9e6621ac887c3ff24f64c0 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 e87a6d8cc3697bee63bf858a3654bc5921bc68fb..9826d5474b4df53264c0ba453b7448685a8de7c2 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 \
This page took 0.031492 seconds and 4 git commands to generate.