From 6fd22846f21b8b70b7867e989109d14a366c0a3e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 14 Aug 2021 03:09:58 -0400 Subject: Moved documentation-generation machinery to its own module. --- stdlib/commands.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index 375800f92..ff590d8a6 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -34,6 +34,15 @@ cd ~/lux/stdlib/ && mvn deploy:deploy-file \ cd ~/lux/stdlib/ \ && lein clean \ && lein with-profile scriptum lux auto build + +cd ~/lux/stdlib/ \ +&& lux clean \ +&& lux with documentation auto test + +cd ~/lux/stdlib/ \ +&& lux clean \ +&& lux with documentation build \ +&& java -jar target/program.jar > documentation.md ``` --- -- cgit v1.2.3