mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
tarball generation should build configure script
For the next release, this means that `autoconf` is no longer required if building from the tarball. The website and documentation should be updated accordingly at that time.
This commit is contained in:
@@ -32,7 +32,8 @@ rm -f "$path" "$path".gz
|
|||||||
# git starts the archive
|
# git starts the archive
|
||||||
git archive --format=tar --prefix="$prefix"/ master > "$path"
|
git archive --format=tar --prefix="$prefix"/ master > "$path"
|
||||||
|
|
||||||
# tarball out the documentation
|
# tarball out the documentation, generate a configure script and version file
|
||||||
|
autoconf
|
||||||
make user_doc
|
make user_doc
|
||||||
make share/man
|
make share/man
|
||||||
echo $VERSION > version
|
echo $VERSION > version
|
||||||
@@ -42,6 +43,7 @@ ln -s "$wd" "$prefix"
|
|||||||
gnutar --append --file="$path" "$prefix"/user_doc/html
|
gnutar --append --file="$path" "$prefix"/user_doc/html
|
||||||
gnutar --append --file="$path" "$prefix"/share/man
|
gnutar --append --file="$path" "$prefix"/share/man
|
||||||
gnutar --append --file="$path" "$prefix"/version
|
gnutar --append --file="$path" "$prefix"/version
|
||||||
|
gnutar --append --file="$path" "$prefix"/configure
|
||||||
rm -f "$prefix"/version
|
rm -f "$prefix"/version
|
||||||
rm -f "$prefix"
|
rm -f "$prefix"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user