2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)

* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
        'do-doc'.
This commit is contained in:
Jason Molenda 2000-02-16 04:45:41 +00:00
parent 3555de0156
commit 1a645206d4
2 changed files with 6 additions and 1 deletions

View 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:

View 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 \