Skip to content

Commit 62b706c

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-doc-html/meson_dist_script.sh: Do not ship the m4 file
1 parent 12264c0 commit 62b706c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/sagemath-doc-html/meson_dist_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ if [ -L "$MESON_DIST_ROOT"/doc -o ! -d "$MESON_DIST_ROOT"/doc ]; then
1313
fi
1414
# Copy file generated by bootstrap (not in git)
1515
cp "$MESON_SOURCE_ROOT"/pyproject.toml "$MESON_DIST_ROOT"/
16+
# Remove m4 source
17+
rm -f "$MESON_DIST_ROOT"/pyproject.toml.m4

0 commit comments

Comments
 (0)