mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-27 09:43:41 +00:00
* maintMakefile: [SV 58794] Check for file existence in the release
This commit is contained in:
parent
ec272f3a9c
commit
58a37927e6
1 changed files with 9 additions and 9 deletions
|
@ -234,7 +234,7 @@ get-doc/make-stds.texi get-doc/fdl.texi:
|
|||
# When I released 4.3 somehow the INSTALL file was missing.
|
||||
# When I tried to build it again, it was there. I have no idea what happened
|
||||
# but add a new check to be sure it doesn't happen again.
|
||||
mk_dist_files = INSTALL
|
||||
mk_dist_files = AUTHORS ChangeLog COPYING INSTALL README
|
||||
|
||||
dist: mk-distcheck
|
||||
|
||||
|
|
Loading…
Reference in a new issue