-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Everything ready for release. LDPL-OMFG updated for new docs. Version…
… name and number changed. License updated in -v.
- Loading branch information
Showing
8 changed files
with
1,317 additions
and
1,448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
index.md | ||
structure.md | ||
data.md | ||
procedure.md | ||
naming.md | ||
flow.md | ||
arithmetic.md | ||
text.md | ||
list.md | ||
map.md | ||
io.md | ||
cppext.md |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/env bash | ||
git clone https://www.github.com/lartu/ldpl-docs | ||
cp compileman.php ldpl-docs/ | ||
cp ldplman-intro ldpl-docs/ | ||
cd ldpl-docs | ||
cp -r ../docs docs | ||
#git clone https://www.github.com/lartu/ldpl-docs | ||
cp compileman.php docs/ | ||
cp ldplman-intro docs/ | ||
cd docs | ||
php compileman.php > ldpl.1 | ||
cp ldpl.1 .. | ||
cd .. | ||
rm -rf ldpl-docs | ||
rm -rf docs |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters