]> git.lyx.org Git - lyx.git/blobdiff - development/keystest/maketar.sh
Move to the correct directory structure.
[lyx.git] / development / keystest / maketar.sh
index 670d300b5c97d6f94dbc5fb00d5bc124d29e92a6..b072df5aaeeaf9111172766788e447e89578220f 100755 (executable)
@@ -1,2 +1,4 @@
-tar -c LT/start_tests.sh LT/killt* LT/README LT/stock_text LT/report.sh LT/autolyx LT/lyx_make.sh LT/maketar.sh LT/test.py | gzip -9 > LT/lyxtestc.tar.gz
-#cp lyxtestb.tar.gz LT/share
+#Make a package from keystest scripts.
+#It is supposed to be run inside development/keystest.
+
+tar -c start_tests.sh killt* README stock_text report.sh autolyx lyx_make.sh maketar.sh test.py | gzip -9 > lyxtestc.tar.gz