mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
meson: remove autotools-related data from the meson tarball.
This commit is contained in:
parent
dfd427d9db
commit
f6f50ae1c7
1 changed files with 6 additions and 0 deletions
|
@ -33,3 +33,9 @@ cp -f 'INSTALL' "${MESON_DIST_ROOT}"
|
|||
rm -f "${MESON_DIST_ROOT}/INSTALL.in"
|
||||
|
||||
cp "$GIT_VERSION_H" "${MESON_DIST_ROOT}"
|
||||
|
||||
# Removing autotools data. Let's make so that people who build from this
|
||||
# tarball only see the meson build system and don't get confused.
|
||||
rm -f "${MESON_DIST_ROOT}/autogen.sh"
|
||||
rm -f "${MESON_DIST_ROOT}/configure.ac"
|
||||
rm -f $(find ${MESON_DIST_ROOT} -name 'Makefile*')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue