mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
* Makefile.am (dist-hook): Always distribute just a README file,
but take its contents from README-alpha for alpha releases.
This commit is contained in:
parent
c1a20b7881
commit
2c47af0d62
@ -1,5 +1,8 @@
|
||||
2004-08-29 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* Makefile.am (dist-hook): Always distribute just a README file,
|
||||
but take its contents from README-alpha for alpha releases.
|
||||
|
||||
* TODO: Reformat. Removed some items that have been implemented.
|
||||
|
||||
2004-08-29 Gary V. Vaughan <gary@gnu.org>
|
||||
|
@ -146,3 +146,10 @@ install-data-local:
|
||||
install-data-hook:
|
||||
chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
|
||||
chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
|
||||
|
||||
dist-hook:
|
||||
## Ship README-alpha only in alpha release, but renamed to README
|
||||
@case $(VERSION) in \
|
||||
*[a-z]) mv $(distdir)/README-alpha $(distdir)/README ;; \
|
||||
*) rm -f $(distdir)/README-alpha ;; \
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user