]> git.lyx.org Git - lyx.git/commitdiff
Repair lyx-build script
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 12 Dec 2022 01:02:24 +0000 (20:02 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 12 Dec 2022 01:02:24 +0000 (20:02 -0500)
development/tools/lyx-build

index a73ea12d2c91127b924f30026a947bed24105c58..f4ff053362470a7eaf89486cfebea8a01b727a06 100755 (executable)
@@ -81,7 +81,7 @@ $DEBUG cd $BASE/lyx-build/
 
 echo "Building distribution...";
 $DEBUG $BASE/lyx-export/configure --enable-build-type=rel --enable-qt5
-if ! $DEBUG make lyxdist; then
+if ! $DEBUG make dist; then
   echo "Couldn't make distribution!";
   exit 1;
 fi