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 2 years ago committed by Michael Stapelberg
parent f9cc3222ae
commit fb9756d086
  1. 7
      meson/meson-dist-script

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

Loading…
Cancel
Save