-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (26 loc) · 1 KB
/
Copy pathREADME
File metadata and controls
36 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This is the source for the DWARF website https://dwarfstd.org/
doc/
Various already-formatted documents --
a mixture of troff, MS Word, PDF, and LaTeX.
images/
Various images used on the website (e.g., logo, backgrounds,
favicon).
md/
Markdown sources for all the top-level pages on the site.
md/issues/
Markdown sources for the issue pages.
static/
Other static files (e.g., CSS, Javascript).
templates/
HTML templates for building the website.
tools/
Tools for building the website.
To build the website, run make in the top-level directory.
It will build the site under the htdocs/ directory (this can
be overridden with "make BUILD_DIR=some-other-directory").
Using make will update the build directory based on what files
have changed.
You can also use tools/build.sh to build the website. This
script will build everything, and will hard-link the static
files into the build directory, rather than copy them.
The .gitignore file is set to ignore everything under htdocs/.