mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
* Makefile.am (dist-hook): Only run if README-alpha exists.
* README.alpha: Renamed from README-alpha to stop automake from automatically adding it to DIST_COMMON.
This commit is contained in:
parent
5ce81559bb
commit
b2c4578138
@ -1,5 +1,9 @@
|
||||
2004-08-29 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* Makefile.am (dist-hook): Only run if README-alpha exists.
|
||||
* README.alpha: Renamed from README-alpha to stop automake from
|
||||
automatically adding it to DIST_COMMON.
|
||||
|
||||
* NEWS: Merge changes from branch-1-5.
|
||||
|
||||
* Makefile.am (dist-hook): Always distribute just a README file,
|
||||
|
@ -147,9 +147,10 @@ install-data-hook:
|
||||
chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
|
||||
chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
|
||||
|
||||
## Ship README.alpha only in alpha release, but renamed to README
|
||||
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 ;; \
|
||||
-@test -f $(distdir)/README.alpha && \
|
||||
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