Commit Graph

4 Commits

Author SHA1 Message Date
Qi Xiao
072677351b Introduce "var" and "set".
Assignment using "foo = bar" instead of "var foo = bar" or "set foo = bar" is
not yet deprecated, but will be soon.

This addresses #645.
2021-01-16 06:11:37 +00:00
Qi Xiao
88c1d1514f website: Restructure directory.
* Remove the _ prefix from directories.

* Move cmd/website -> website/cmd.
2020-06-14 13:56:58 +01:00
Qi Xiao
3471032e23 website: Attempt to fix Makefile for GNU Make >= 4.
GNU Make >= 4 seems to behave differently with regards to dependencies
with slashes in them. In particular, the dependency on tools/* in the
wildcard rule

%.html: %.md tools/...

does not seem to cause tools/... to be built correctly. Working around
this by putting all tools in the root directory, with binaries ending in
".tool".
2018-06-12 22:58:16 +01:00
Qi Xiao
9449df56af Move source code for the website into this repo.
The website contains documentations. Merging these two repos makes them
more discoverable, and encourages updating the code and doc at the same
time.
2018-06-05 21:36:32 +01:00