[LyX/master] Repair lyx-build script
Richard Kimberly Heck
rikiheck at lyx.org
Mon Dec 12 00:06:18 UTC 2022
commit df86dac74f8faa8f3913143c707167fa035890da
Author: Richard Kimberly Heck <rikiheck at lyx.org>
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
More information about the lyx-cvs
mailing list