-
Notifications
You must be signed in to change notification settings - Fork 36
/
how-to-docs.html
45 lines (39 loc) · 1.51 KB
/
how-to-docs.html
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
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>How To</title>
</head>
<body>
<h1><code>How To Instructions</code></h1>
<p><span style="font-weight: 400"><code>These instruction assume you have cloned
[email protected]:lwg/issues.git to a directory named "issues".</code></span></p>
<h3><code><u>How to p</u></code><u><code>ublish </code></u><code><u>the issues
list HTML files</u></code></h3>
<p><b><code>Initial setup; do this once only:</code></b></p>
<blockquote>
<pre><code>cd issues
git clone [email protected]:lwg/issues.git issues-gh-pages
cd issues-gh-pages
git fetch origin
git checkout -b gh-pages origin/gh-pages</code></pre>
</blockquote>
<p><b><code>Normal update cycle:</code></b></p>
<blockquote>
<p><code>Build fresh versions of the HTML files in the top-level issues
directory, remembering to update the toc,
then:</code></p>
<blockquote>
<pre><code>cd issues-gh-pages
copy /y ..\issues\lwg*.html . <i><b>// Windows</b></i>
cp ../issues/lwg*.html . <i><b>// POSIX</b></i>
git commit -a -m"your commit message here"
git push</code></pre>
</blockquote>
</blockquote>
<hr>
<pre><code>Revised: <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->26 October 2010<!--webbot bot="Timestamp" endspan i-checksum="32127" --></code></pre>
</body>
</html>