commit df86dac74f8faa8f3913143c707167fa035890da
Author: Richard Kimberly Heck <[email protected]>
Date:   Sun Dec 11 20:02:24 2022 -0500

    Repair lyx-build script
---
 development/tools/lyx-build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index a73ea12..f4ff053 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to