doc::man added

This commit is contained in:
vaclavt
2022-01-22 23:05:58 +01:00
parent bd8f0773c6
commit fdebf01a8a
2 changed files with 100 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ echo ""
echo "copying lsp files"
mkdir -p /usr/local/var/mlisp/
cp stdlib/*.lsp /usr/local/var/mlisp/
echo "copying doc files"
cp Doc/*.md /usr/local/var/mlisp/
echo "copying ml file"
cp ./build/ml /usr/local/bin/ml