git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e5f71
)
dist: Add extra files to tarball.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 25 Jan 2020 22:08:57 +0000
(22:08 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 20 Feb 2020 09:50:10 +0000
(09:50 +0000)
We need files like ‘Makefile.am’ and ‘compile’ in order for the
tarball to be built without autotools.
Fixes commit
bed4036653ce47a91b96dd0ead65341aa80d6b97
.
Goalfile.in
patch
|
blob
|
history
diff --git
a/Goalfile.in
b/Goalfile.in
index
6c67709
..
711016e
100644
(file)
--- a/
Goalfile.in
+++ b/
Goalfile.in
@@
-222,10
+222,13
@@
let distfiles = [
".gitignore",
"COPYING",
"Goalfile.in",
+ "Makefile.am",
"Makefile.in",
"README",
"TODO",
+ "aclocal.m4",
"autogen.sh",
+ "compile",
"config.h.in",
"configure",
"configure.ac",
@@
-233,6
+236,7
@@
let distfiles = [
"goals.spec.in",
"install-sh",
"m4/ocaml.m4",
+ "missing",
"run.in",
"src/.depend",
sources,