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:
parent
3555de0156
commit
1a645206d4
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue