mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-26 08:07:53 +00:00
Add README-alpha automatically when appropriate
This commit is contained in:
parent
e0a0b12a42
commit
2342669b6b
@ -18,6 +18,9 @@
|
|||||||
* configure.ac: Compute PACKAGE_VERSION from repository.
|
* configure.ac: Compute PACKAGE_VERSION from repository.
|
||||||
* update-version.sh: New file.
|
* update-version.sh: New file.
|
||||||
|
|
||||||
|
* README-alpha: New file.
|
||||||
|
* Makefile.in (dist): Add README-alpha when appropriate.
|
||||||
|
|
||||||
2009-03-19 Andreas Gruenbacher <agruen@suse.de>
|
2009-03-19 Andreas Gruenbacher <agruen@suse.de>
|
||||||
|
|
||||||
Imported from Paul Eggert's working directory:
|
Imported from Paul Eggert's working directory:
|
||||||
|
|||||||
@ -199,8 +199,10 @@ dist:: $(DISTFILES)
|
|||||||
@echo Creating $(PV).tar.gz
|
@echo Creating $(PV).tar.gz
|
||||||
@rm -rf $(PV)
|
@rm -rf $(PV)
|
||||||
@ln -s . $(PV)
|
@ln -s . $(PV)
|
||||||
@tar -cf - `printf "%s\n" $(DISTFILES) \
|
@tar -cf - `( printf "%s\n" $(DISTFILES); \
|
||||||
| sed -e 's,^$(srcdir)/,,' \
|
grep -q -E -- '-[0-9]+-[0-9a-z]+(-dirty)?$$' VERSION \
|
||||||
|
&& echo README-alpha \
|
||||||
|
) | sed -e 's,^$(srcdir)/,,' \
|
||||||
| LC_ALL=C sort` \
|
| LC_ALL=C sort` \
|
||||||
| gzip -9 > $(PV).tar.gz
|
| gzip -9 > $(PV).tar.gz
|
||||||
@rm -rf $(PV)
|
@rm -rf $(PV)
|
||||||
|
|||||||
2
README-alpha
Normal file
2
README-alpha
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
This is a test release of GNU patch.
|
||||||
|
Please send comments and problem reports to <bug-patch@gnu.org>.
|
||||||
Loading…
x
Reference in New Issue
Block a user