remove build step from meson-dist-script

This was only needed in i3 because we generate man pages and HTML documentation,
but we don’t need that in i3lock.
pull/324/head
Michael Stapelberg 2022-05-26 10:33:14 +02:00 committed by Michael Stapelberg
parent f9cc3222ae
commit fb9756d086
1 changed files with 0 additions and 7 deletions

View File

@ -10,10 +10,3 @@ rm -rf \
.editorconfig \
travis \
.github
mkdir build
cd build
meson .. -Dprefix=/usr
ninja
cd ..
rm -rf build