More text
This commit is contained in:
parent
0f03d5c958
commit
e7806f4fd5
10
README.md
10
README.md
@ -20,4 +20,12 @@ src/footer.th gets appended to every file.
|
||||
.ph files contain plain html.
|
||||
.ps files contain ksh shell script (the scripts must output html to stdout).
|
||||
|
||||
Everything in src/assets is copied as is
|
||||
Everything in src/assets is copied as is.
|
||||
|
||||
Execute `make` to create the website with debug output.
|
||||
Execute `make -s` to hide the debug output.
|
||||
|
||||
The generated website will be in the directory `www`.
|
||||
|
||||
Execute `make clean` to delete www. Or just `rm -rf www`, if you want
|
||||
to start over.
|
||||
|
Loading…
Reference in New Issue
Block a user