* Makefile.in (DISTCLEAN_HERE): New variable.
(distclean): Use it. (maintainer-clean): Depend upon clean-here rather than clean, distclean, and clean-info. Run make maintainer-clean in doc. Remove files listed in DISTCLEAN_HERE. * doc/Makefile.in (maintainer-clean realclean): Split out from distclean. Depend upon clean-info and distclean.
This commit is contained in:
parent
64c4b2ad86
commit
4a3d48fc1e
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (DISTCLEAN_HERE): New variable.
|
||||
(distclean): Use it.
|
||||
(maintainer-clean): Depend upon clean-here rather than clean,
|
||||
distclean, and clean-info. Run make maintainer-clean in doc.
|
||||
Remove files listed in DISTCLEAN_HERE.
|
||||
* doc/Makefile.in (maintainer-clean realclean): Split out from
|
||||
distclean. Depend upon clean-info and distclean.
|
||||
|
||||
Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mac-as.r: Fix copyright and version strings.
|
||||
|
|
Loading…
Reference in a new issue