Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 333d133943f56239c977b9c4c33f25652cf794bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
To edit the website appearance:

cd doc/web
edit template.html.in
make

To edit website content:

cd doc (this directory)
edit files carefully
cd web
make

To publish changes:

cd web
make push