forked from dlang/dlang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ebook.ddoc
59 lines (48 loc) · 1.29 KB
/
ebook.ddoc
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
DDOC=
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<!--
Copyright (c) 1999-$(YEAR) by Digital Mars
All Rights Reserved Written by Walter Bright
http://www.digitalmars.com
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>D Programming Language Specification</title>
<link rel="stylesheet" type="text/css" href="ebook.css" />
</head>
<body class="hyphenate">
$(BODY)
$(FOOTER)
</body>
</html>
GOOGLE_FOOTER=
GOOGLE_REFERRAL=
FOOTER=
TOP=
NAVIGATION_COMMUNITY=
NAVIGATION_SPEC=
NAVIGATION_D=
BOOKS=
TOCENTRY = $(LI $(RELATIVE_LINK2 $+, $+))
LAYOUT=
<p class="pagebreak"> </p>
<div id="content">
<h1><a name="$2">$2</a></h1>
$3
</div>
CODE=<tt>$0</tt>
D_CODE = <pre class=\"d_code\">$0</pre><p></p>
ASMCODE=<pre class="asmcode">$0</pre><p></p>
CCODE=<pre class="ccode">$0</pre><p></p>
CPPCODE=<pre class="cppcode">$0</pre><p></p>
GRAMMAR=<pre class="bnf">$0</pre><p></p>
DDOCCODE=<pre class="ddoccode">$0</pre><p></p>
SCINI=<pre class="scini">$0</pre><p></p>
CONSOLE=<pre class="console">$0</pre><p></p>
MODDEFFILE=<pre class="moddeffile">$0</pre><p></p>
GLINK2=$(GLINK $2)
DDLINK=$(RELATIVE_LINK2 $2, $3)
DDSUBLINK=$(RELATIVE_LINK2 $2, $3)
DPLLINK=$(LINK2 http://dlang.org/$1, $2)
NOT_EBOOK=