Revert "Descriptions parsing improved" (c1150af9) + php tools fixes

This commit is contained in:
2022-12-28 15:20:25 +08:00
parent f89b2d946d
commit 90dc1b4d8b
13 changed files with 114 additions and 137 deletions

View File

@@ -5,7 +5,7 @@
## Requirements
* Ubuntu >= 20.04 (not tested with version < 20)
* `bash`, `zsh` or other POSIX-compatible shell
* `bash`, `zsh` or other `sh`-compatible shell
* `make` (optional but recommended)
* `wget` (necessary for some scripts)
* `git` (necessary for some scripts)
@@ -66,11 +66,11 @@ Syntax is same as classic makefile.
It is important to add a comment with short description:
```makefile
# Pack description
##mypack1: Pack description
mypack1: goal1 goal2 goalX ...
...
# Pack description
##mypackX: Pack description
mypackX: goalA goalB
@cp file1 file2
...